|
|
|
|
|
by heyarey
686 days ago
|
|
Thanks! - No need to remember server IPs
- Viking gives you an overview with simple machine ls and key ls commands
- A more modern and intuitive API
- Works consistently across all platforms
- Close to the Docker API Sure, it’s only the first release. It may not seem like much now, but with feedback, the project will move closer to the goal. |
|
On your local machine under ~/.ssh/config you can add something like
#PERSONAL
Host vpn-us
now you can ssh usingssh vpn-us
(above is the same as the following command --> ssh my_fun_username@1.2.3.4 -p1212)