ssh: update config

This commit is contained in:
Mr Hedgehog 2022-06-29 12:20:11 -04:00
parent 1d2bb82382
commit 282c4ed455
No known key found for this signature in database

View file

@ -22,11 +22,11 @@
};
};
"prefect" = {
hostname = "65.108.0.219";
user = "mrhedgehog";
hostname = "136.243.175.187";
user = "thehedgehog";
port = 22;
extraOptions = {
"IdentitiesOnly" = "yes";
"IdentitiesOnly" = "no";
"PreferredAuthentications" = "publickey";
};
};