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 Korisnici koji smatraju članak korisnim
Je li Vam ovaj odgovor pomogao?

Vezani članci

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,...