Re: [newbie] SSH from remote host?

2002-08-21 Thread David Johnson
As an update. Here is the valid portion of auth.log. Looks like it may be an SSH config problem? Aug 20 23:21:32 pengo sshd[5534]: error: Bind to port 22 on 10.0.0.10 failed: Address already in use. Aug 20 23:21:32 pengo sshd[5534]: fatal: Cannot bind any address. Aug 20 23:21:37 pengo

Re: [newbie] SSH from remote host?

2002-08-21 Thread Miark
David, You could try adding the following to /etc/hosts.allow: ALL : ALL : ALLOW and if that _works_ you should try and find a combo that addresses SSH directly, probably something along the lines of sshd sshd1 sshd2 : ALL : ALLOW Miark David Johnson [EMAIL PROTECTED] saith: I've got a

Re: [newbie] SSH from remote host?

2002-08-21 Thread David Johnson
Miark, That did the trick. Thanks for the rank newbie advice! On Tuesday 20 August 2002 11:39 pm, Miark wrote: David, You could try adding the following to /etc/hosts.allow: ALL : ALL : ALLOW and if that _works_ you should try and find a combo that addresses SSH directly, probably

[newbie] SSH from remote host?

2002-08-20 Thread David Johnson
I've got a server set up runnin lm8.2 and I configured it to use medium security (if I remember correctly) because it's serving the Internet. Now I'd like to allow remote SSH connections so that I can administer remotely. I know that SSH is running as I can connect from localhost, but using