Initial commit.
This commit is contained in:
commit
3d665e5e11
72 changed files with 3200 additions and 0 deletions
5
base-files/ssh/ssh_config
Normal file
5
base-files/ssh/ssh_config
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
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