relax host key checking internally
This commit is contained in:
parent
6ea61e8731
commit
c58cc97403
1 changed files with 3 additions and 0 deletions
|
@ -13,3 +13,6 @@ LocalForward 127.0.0.1:9876 127.0.0.1:9876
|
|||
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
|
||||
RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /run/user/1000/gnupg/S.gpg-agent.ssh
|
||||
RemoteCommand /usr/bin/env LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 /usr/bin/tmux new-session -A -D -s 0
|
||||
|
||||
Host 10.*
|
||||
StrictHostKeyChecking no
|
||||
|
|
Loading…
Reference in a new issue