Ssh : Use specific key file for nixbuilder.
This commit is contained in:
parent
c62d3c662b
commit
f643d943f4
|
@ -29,6 +29,7 @@
|
|||
HostName 192.168.1.2
|
||||
User nixbuilder
|
||||
StrictHostKeyChecking=accept-new
|
||||
IdentityFile /root/.ssh/id_ed25519
|
||||
Port 22143
|
||||
|
||||
Host laptop
|
||||
|
|
Loading…
Reference in a new issue