added bob to sshconfig

This commit is contained in:
Richie Cahill 2024-06-01 10:51:37 -04:00 committed by Alice Huston
parent dee5950ff3
commit ac072ce425

View File

@ -15,6 +15,12 @@
identityFile = "~/.ssh/id_ed25519";
port = 352;
};
bob = {
hostname = "192.168.90.25";
user = "richie";
identityFile = "~/.ssh/id_ed25519";
port = 262;
};
};
};
}