diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-06 12:05:21 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-06 12:05:21 +0100 |
commit | 30f7c880001b40ae624bd92e34faf02fa3baedfc (patch) | |
tree | 43a5eb7af4df1ad75159f934a42afa7d96e9b510 /%HOME%/.ssh/config_my_hosts | |
parent | .bash_utils: get rid of uname usage (diff) | |
download | linux-home-30f7c880001b40ae624bd92e34faf02fa3baedfc.tar.gz linux-home-30f7c880001b40ae624bd92e34faf02fa3baedfc.zip |
ssh: update my hosts
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.ssh/config_my_hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.ssh/config_my_hosts b/%HOME%/.ssh/config_my_hosts index 5de3e2e..9be8bdf 100644 --- a/%HOME%/.ssh/config_my_hosts +++ b/%HOME%/.ssh/config_my_hosts @@ -1,7 +1,7 @@ Host egort.name web tensin-web Hostname egort.name User egor - Port 2222 + Port 993 ForwardAgent yes Host vpn.egort.name vpn tensin-vpn |