New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

SSH problem

Got problems with Bubba? Then this forum is for you.
Locked
yodanski
Posts: 17
Joined: 27 Apr 2007, 11:05

SSH problem

Post by yodanski »

Hi all,

I'd like to SSH into Bubba, and do that as safe as possible.
I read about the hosts.deny and hosts.allow files, and edited them.

First i put ALL: ALL in the .deny file, and then ALL: LOCAL in the .allow file - thinking I was doing the right thing.
I thought that 'LOCAL' in the .allow file was going to allow address on my local network (192.168.1.....)

Now I can't SSH into Bubba. Though through the webinterface I still can log in. I really need SSH though.

Hopefully someone can help me out.

Cheers.
Per
Posts: 12
Joined: 03 Apr 2007, 14:03

Post by Per »

Hi!1

From ths ssh man pages:

LOCAL Matches any host whose name does not contain a dot character.

So check the host name of you computer and make sure that it doesn't contain a dot char.

/Per
yodanski
Posts: 17
Joined: 27 Apr 2007, 11:05

Post by yodanski »

Thanks.

I don't think my hostname contains any dots though,
I assume what they mean by hostname is the "user@192.168.1.X"
format on the client from which I'm trying to log in.

This is the response I get:
ssh_exchange_identification: Connection closed by remote host

I'm trying to ssh into Bubba with a Macbook Pro running OSX.

I can always reset Bubba, but this is fun...in a way...
Locked