diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-17 16:08:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-17 16:08:39 +0300 |
commit | 7e2200dc4e053e7c3b78421846b9fae3ed4b3cf1 (patch) | |
tree | 9b2f717bb1b6c11c817b19ca442544eb1fb2faf1 /%HOME%/.ssh/config | |
parent | .ssh: update config (diff) | |
download | linux-home-7e2200dc4e053e7c3b78421846b9fae3ed4b3cf1.tar.gz linux-home-7e2200dc4e053e7c3b78421846b9fae3ed4b3cf1.zip |
.ssh: prettify config
Diffstat (limited to '%HOME%/.ssh/config')
-rw-r--r-- | %HOME%/.ssh/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index c60fb1a..88ee09c 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -36,12 +36,12 @@ Host alt-github Port 443 Host 46.101.112.215 vpn tensin-vpn - HostName 46.101.112.215 + Hostname 46.101.112.215 User algo Port 80 Host 188.134.75.74 ext ext1 tensin-ext tensin-ext1 - HostName 188.134.75.74 + Hostname 188.134.75.74 User egor Port 80 |