diff options
| author | June McEnroe <june@causal.agency> | 2016-09-16 15:20:37 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2016-09-16 15:20:37 -0400 |
| commit | 89a69d094f8081faf5682a75dd737b94487ee540 (patch) | |
| tree | 60f8800482602a2b43d76a7e4a48e1708c55127e /.ssh/config | |
| parent | Disable custom login command for local iTerm profile (diff) | |
| download | src-89a69d094f8081faf5682a75dd737b94487ee540.tar.gz src-89a69d094f8081faf5682a75dd737b94487ee540.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 |