Skip to content
Abbin44 edited this page Jul 16, 2021 · 1 revision

To start a connection to the server you need to enter the following parameters. ssh connect [host] [username] [password]


Now that you are connected you can run some commands to interact with the host.

  • sshCom [ssh command] You can also write sshcom, This should allow you to run any ssh command and return the result in the terminal.
  • ssh close This command terminates the connection to the server.

The connection will remain open until you run the close command or until the program is closed.

Clone this wiki locally