Basics:
Logging into your VM/server from a terminal window, use command
'ssh username@server-ip-address' Or 'ssh username@domain-name'
Custom ssh port can be accessed via 'ssh -p XXX username@domain-name' where XXX is the custom port number.
Basics:
Logging into your VM/server from a terminal window, use command
'ssh username@server-ip-address' Or 'ssh username@domain-name'
Custom ssh port can be accessed via 'ssh -p XXX username@domain-name' where XXX is the custom port number.