Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: steve on September 12, 2000, 02:16:49 AM

Title: SSH
Post by: steve on September 12, 2000, 02:16:49 AM
I installed all the SSH rpms per instructed.  I cannot connect to the server from outside (or inside for that matter) that LAN.  Which port and protocal should I be using to connect.
Title: RE: SSH
Post by: Gordon Rowell on September 12, 2000, 05:40:25 AM
steve wrote:

> I installed all the SSH rpms per instructed.  I cannot connect
> to the server from outside (or inside for that matter) that
> LAN.  Which port and protocal should I be using to connect.

You need an SSH client and you'll find references to these at:

http://www.openssh.com/

Gordon
Title: RE: SSH
Post by: Gordon Rowell on September 12, 2000, 05:50:51 AM
Gordon Rowell wrote:

> steve wrote:
>
> > I installed all the SSH rpms per instructed.  I cannot
> connect > to the server from outside (or inside for that
> matter) that > LAN.  Which port and protocal should I be
> using to connect.
>
> You need an SSH client and you'll find references to these at:
>
> http://www.openssh.com/

And information more readily accessible for Windows clients at:

http://www.freessh.org

Gordon
Title: RE: SSH
Post by: SSH on September 12, 2000, 03:20:06 AM
You need to type /sbin/expand-template /etc/hosts.allow and your ssh will work (if you followed the instructions on E-Smith's home page, the install did not update the hosts allow file, but this will take care of it.
Title: RE: SSH
Post by: steve on September 12, 2000, 04:21:37 AM
Hi. I am using secureCRT, so I have the proper client....
I also issued the command per instructions /sbin/e-smith/expand-template /etc/hosts.allow
do I need to restart inetd?  or am I trying to login on the wrong port.
Title: RE: SSH
Post by: steve on September 12, 2000, 05:12:59 AM
It was inetd....i had to restart....silly me.
thanks
Title: RE: SSH
Post by: Gordon Rowell on September 12, 2000, 06:47:20 PM
steve wrote:

> It was inetd....i had to restart....silly me. thanks

SSHD is not started from inetd.

Gordon