home/ssh: Add nyc

This commit is contained in:
The Hedgehog 2022-09-16 16:52:05 -04:00
parent 3cde8ef68a
commit 94976a35a2
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -30,6 +30,15 @@
"PreferredAuthentications" = "publickey";
};
};
"nyc" = {
hostname = "nyc.local";
user = "arabach";
port = 22;
extraOptions = {
"IdentitiesOnly" = "no";
"PreferredAuthentications" = "publickey";
};
};
};
extraOptionOverrides = {"Match" = ''host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"'';};
};