(no title)
malikNF | 1 year ago
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)
adolph|1 year ago
malikNF|1 year ago
zamadatix|1 year ago
dangsux|1 year ago
[deleted]