Fixed a typo in the ssh_config
This commit is contained in:
parent
11b0dd4f1e
commit
6066626adf
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@
|
||||||
HostName 10.1.1.3
|
HostName 10.1.1.3
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
IdentityFile /root/.ssh/nixremote
|
IdentityFile /root/.ssh/nixremote
|
||||||
User nixremoteStrictHostKeyChecking accept-new
|
User nixremote
|
||||||
|
StrictHostKeyChecking accept-new
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Manual step required: After rebuilding the client, copy /root/.ssh/nixremote.pub
|
# Manual step required: After rebuilding the client, copy /root/.ssh/nixremote.pub
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue