diff --git a/users/richie/home/sshconfig.nix b/users/richie/home/sshconfig.nix index 44ad301..c7f3ea6 100644 --- a/users/richie/home/sshconfig.nix +++ b/users/richie/home/sshconfig.nix @@ -15,6 +15,12 @@ identityFile = "~/.ssh/id_ed25519"; port = 352; }; + bob = { + hostname = "192.168.90.25"; + user = "richie"; + identityFile = "~/.ssh/id_ed25519"; + port = 262; + }; }; }; }