|
|
|
|
|
by malikNF
680 days ago
|
|
>No need to remember server IPs On your local machine under ~/.ssh/config you can add something like #PERSONAL Host vpn-us HostName 1.2.3.4
User my_fun_username
Port 1212
now you can ssh usingssh vpn-us (above is the same as the following command --> ssh my_fun_username@1.2.3.4 -p1212) |
|