Add nixbuild to SSH config
This commit is contained in:
parent
0e9a10b015
commit
3da6b2df9d
|
@ -34,3 +34,8 @@ host sica
|
||||||
port 2222
|
port 2222
|
||||||
identityfile ~/.ssh/sica
|
identityfile ~/.ssh/sica
|
||||||
KexAlgorithms +diffie-hellman-group1-sha1
|
KexAlgorithms +diffie-hellman-group1-sha1
|
||||||
|
|
||||||
|
|
||||||
|
host eu.nixbuild.net
|
||||||
|
pubkeyacceptedkeytypes ssh-ed25519
|
||||||
|
identityfile ~/.ssh/nixbuild
|
||||||
|
|
Loading…
Reference in New Issue