Add an additional host to the SSH config

This commit is contained in:
Andreas Zweili 2023-01-27 11:01:37 +01:00
parent 4c25e17c66
commit 5983740f40
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@
Host 10.7.89.*
User andreas
IdentityFile ~/.nixos/secrets/ssh_keys/ansible/ansible.key
Host 10.49.0.100
User zweili
IdentityFile ~/.ssh/zweili.key
'';
};
}