add retiolum credentials to ssh

This commit is contained in:
Ingolf Wagner 2020-01-03 22:08:59 +13:00
parent 1102e08d0e
commit 801eedecde
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -10,6 +10,11 @@ with lib; {
user = "download";
port = 45621;
};
"*.r" = {
identityFile = "~/.ssh/card_rsa.pub";
identitiesOnly = true;
user = "root";
};
"*.private" = {
identityFile = "~/.ssh/card_rsa.pub";
identitiesOnly = true;