Add ssh configuration.
This commit is contained in:
parent
a5d5943bac
commit
cfa21559e1
4 changed files with 76 additions and 5 deletions
7
etc/ssh/ssh_config
Normal file
7
etc/ssh/ssh_config
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Include /etc/ssh/ssh_config.d/*.conf
|
||||
|
||||
Host *
|
||||
ControlPath ~/.ssh/%u@%l->%r@%h:%p
|
||||
SendEnv LANG LC_*
|
||||
VerifyHostKeyDNS yes
|
||||
VisualHostKey yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue