sciancio / connectionmanager2

Simple GUI app for Gnome 3 that provides a menu for initiating SSH/Telnet connections
60 stars 45 forks source link

cannot set different SSH port #36

Closed fernandopsilveira closed 11 years ago

fernandopsilveira commented 11 years ago

I cannot use a different port other than the default. Could you implement an interface for that?

ghost commented 11 years ago

Though there is no direct way for specifying port, but I use -p along with the host IP in the host line. If that's what you are looking for. On 14 Jun 2013 23:46, "Fernando Pereira Silveira" notifications@github.com wrote:

I cannot use a different port other than the default. Could you implement an interface for that?

— Reply to this email directly or view it on GitHubhttps://github.com/sciancio/connectionmanager/issues/36 .

sciancio commented 11 years ago

Hi Fernando, you can use other ports using -p notation. Check manual here https://github.com/sciancio/connectionmanager/wiki/CM-Setup.