Make ssh configuration more platform-independent.
This commit is contained in:
parent
ae6a871336
commit
36c7c3a16b
4 changed files with 4 additions and 4 deletions
1
stowers/ssh/dot-ssh/conf.d/common/config.conf
Normal file
1
stowers/ssh/dot-ssh/conf.d/common/config.conf
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
AddKeysToAgent yes
|
||||||
|
|
@ -1,7 +1,3 @@
|
||||||
#
|
|
||||||
AddKeysToAgent yes
|
|
||||||
UseKeychain yes
|
|
||||||
|
|
||||||
Host localhost
|
Host localhost
|
||||||
UserKnownHostsFile /dev/null
|
UserKnownHostsFile /dev/null
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
1
stowers/ssh/dot-ssh/conf.d/platform/macos.conf
Normal file
1
stowers/ssh/dot-ssh/conf.d/platform/macos.conf
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
UseKeychain yes
|
||||||
2
stowers/ssh/dot-ssh/config.base
Normal file
2
stowers/ssh/dot-ssh/config.base
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
Include conf.d/common/config.conf
|
||||||
|
Include conf.d/common/hosts.conf
|
||||||
Loading…
Add table
Reference in a new issue