Helpfull SSH commands

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. 

 

  • ssh
  • 0 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Понудени резултати

Basic server details - Memory, disk space, running processes

In a terminal window, to see your system resources, use the top command.  It shows memory stats,...