diff options
author | Alex Auvolat <alex@adnab.me> | 2021-11-16 19:00:15 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-11-16 19:00:15 +0100 |
commit | 2fc4b9c0a562038217c9e9b562644722601f04bf (patch) | |
tree | 4951556712f833e7003d2a3ed147ad4f7e66b44e /ssh_known_hosts | |
parent | 77db1c714ced3b5cfa0a0852cc25d8bc7b1e6738 (diff) | |
download | nixcfg-2fc4b9c0a562038217c9e9b562644722601f04bf.tar.gz nixcfg-2fc4b9c0a562038217c9e9b562644722601f04bf.zip |
Custom ssh config, passwordless sudo
Diffstat (limited to 'ssh_known_hosts')
-rw-r--r-- | ssh_known_hosts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh_known_hosts b/ssh_known_hosts new file mode 100644 index 0000000..b0de4db --- /dev/null +++ b/ssh_known_hosts @@ -0,0 +1,3 @@ +10.42.0.22 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHXyY9yZdq/VYpg3K1plBzFvim41tWlu+Dmov3BNSm39 +10.42.0.21 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILYIRbHPU1w1xWRpm2+u3QsXOKfMjv1EXrpYbHT+epds +10.42.0.23 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNRilSqrgqdZlLdhN2eOY5ZMbzqpeqAdIf6QuChhXU+ |