add retiolum credentials to ssh
This commit is contained in:
parent
1102e08d0e
commit
801eedecde
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue