[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Re: What ports shouldnt be closed



On Friday, February 7, 2003, at 04:07 AM, Robbert Hamburg ((HaVa Web- & Procesdesign)) wrote:

I was wondering the same thing about installing SSH on a different port.
Is someone willing to post a howto ?? Cause i think lot of people will
benefit from that. Most of all because the standard pkg from pkgmaster wont
allow you to do such a thingy....

I'm sure I'll be corrected if I'm wrong, but you should be able to edit /etc/sshd_config and just change the port number there, save and restart ssh. You'll have to configure your ssh client to login to that new port. As an aside you can easily fire up another ssh daemon listening on another port as suggested by Eddie. eg.

/path/to/sshd -p 55555

the p switch is for the port number.

hth,
j