Make ssh configuration more platform-independent.

This commit is contained in:
Hans Goor 2025-06-22 14:07:39 +01:00
parent ae6a871336
commit 36c7c3a16b
Signed by: eyedevelop
SSH key fingerprint: SHA256:Td89veptDEwCV8J3fjqnknNk7SbwzedYhauyC2nFBYg
4 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1 @@
AddKeysToAgent yes

View file

@ -1,7 +1,3 @@
#
AddKeysToAgent yes
UseKeychain yes
Host localhost
UserKnownHostsFile /dev/null
StrictHostKeyChecking no

View file

@ -0,0 +1 @@
UseKeychain yes

View file

@ -0,0 +1,2 @@
Include conf.d/common/config.conf
Include conf.d/common/hosts.conf