Koozali.org: home of the SME Server

SSH

steve

SSH
« 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.

Gordon Rowell

RE: SSH
« Reply #1 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

Gordon Rowell

RE: SSH
« Reply #2 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

SSH

RE: SSH
« Reply #3 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.

steve

RE: SSH
« Reply #4 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.

steve

RE: SSH
« Reply #5 on: September 12, 2000, 05:12:59 AM »
It was inetd....i had to restart....silly me.
thanks

Gordon Rowell

RE: SSH
« Reply #6 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