use ssh keys instead of password
This commit is contained in:
parent
ed720cc9dc
commit
30cc1f42b4
4 changed files with 40 additions and 2 deletions
10
hosts/server/authorizedKeys.nix
Executable file
10
hosts/server/authorizedKeys.nix
Executable file
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
# reidlab
|
||||
{ hostname = "reidlab@rei-pc";
|
||||
ssh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICmwWuwS+a1GzYFSNOkgk/zF5bolXqat1RP5FXJv+vto reidlab@rei-pc";
|
||||
}
|
||||
{
|
||||
hostname = "reidlab@rei-phone";
|
||||
ssh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKC12NkyZAFNDHfq1ECh4uAgM4mpKfsQnL3XF/ZzSyCJ reidlab@rei-phone";
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue