diff options
author | June McEnroe <curtis.mcenroe@adgear.com> | 2016-09-16 15:20:37 -0400 |
---|---|---|
committer | June McEnroe <curtis.mcenroe@adgear.com> | 2016-09-16 15:20:37 -0400 |
commit | ba062d630b85a0da5cdbc798801a7a7557e2e64f (patch) | |
tree | 108e1076e7d0d5ee1cc0e0599aa9ec4b0294fc74 | |
parent | Disable custom login command for local iTerm profile (diff) | |
download | src-ba062d630b85a0da5cdbc798801a7a7557e2e64f.tar.gz src-ba062d630b85a0da5cdbc798801a7a7557e2e64f.zip |
Add Include config_private to SSH config
Diffstat (limited to '')
-rw-r--r-- | .ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 9c614a99..4cf1c629 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,3 +1,5 @@ +Include config_private + Host * HashKnownHosts yes |