diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-20 15:08:45 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-20 15:08:45 +0300 |
commit | 458187f727f9189529b7d060805340d6f8d30466 (patch) | |
tree | 14d251ff88be9d0dec3e767c0b1ae1363fc7d7dd /%HOME%/.ssh/config | |
parent | .bashrc: add screen -d -m alias (diff) | |
download | linux-home-458187f727f9189529b7d060805340d6f8d30466.tar.gz linux-home-458187f727f9189529b7d060805340d6f8d30466.zip |
.ssh/config: Include ~/.ssh/config_work
Diffstat (limited to '%HOME%/.ssh/config')
-rw-r--r-- | %HOME%/.ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 04dcb80..91ee89b 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -1,3 +1,4 @@ +Include ~/.ssh/config_work AddKeysToAgent yes HashKnownHosts no NoHostAuthenticationForLocalhost yes |