diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-08 18:18:49 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-08 18:18:49 +0200 |
commit | fc92b8fcd7402fc21447d09550ce64072e16aeed (patch) | |
tree | f30108350d172d61146c5f7d6f889a721b0924d6 | |
parent | tmux: fix config for 3.3 (diff) | |
download | linux-home-fc92b8fcd7402fc21447d09550ce64072e16aeed.tar.gz linux-home-fc92b8fcd7402fc21447d09550ce64072e16aeed.zip |
ssh: update my tensin-web port
-rw-r--r-- | %HOME%/.ssh/config_my_hosts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.ssh/config_my_hosts b/%HOME%/.ssh/config_my_hosts index a92e781..aa2f565 100644 --- a/%HOME%/.ssh/config_my_hosts +++ b/%HOME%/.ssh/config_my_hosts @@ -1,6 +1,7 @@ Host egort.name web tensin-web Hostname egort.name User egor + Port 2222 ForwardAgent yes Host vpn.egort.name vpn tensin-vpn |