Donnerstag, 11. September 2014

open ssh connection on different port

ssh connections normally get opened on port 22.
In some cases the ssh port has been changed.
To get access from by shell command on different port, use -p and the port number.

Example:

> ssh 192.168.1.150 -p 2323

Keine Kommentare:

Kommentar veröffentlichen