SSH Login

The ssh command simplifies accessing your server by executing the native ssh command under the hood with the appropriate server details.

ploi ssh

You can specifiy a specific server by name, or IP

ploi ssh --server=blue-ocean
ploi ssh --server=123.456.78.9

You can also specify a user, using the --user flag (or -u as shortcut)

ploi ssh --server=blue-ocean --user my_user