Add a few files to tracking.

This commit is contained in:
Darren 'Tadgy' Austin 2023-10-19 21:11:31 +01:00
commit 7845a0e70f
2 changed files with 19 additions and 0 deletions

5
etc/ssh/ssh_config Normal file
View file

@ -0,0 +1,5 @@
Host *
ControlPath ~/.ssh/%u@%l->%r@%h:%p
SendEnv LANG LC_*
VerifyHostKeyDNS yes
VisualHostKey yes