On Sat, 2002-04-20 at 18:31, Ian Hendershot wrote:
> No, I don't have the fire wall configured at all. During setup I chose not to use 
>it. sshd is on and ok. what are the seven column when I do chconfig? 
> I have downloaded puTTY onto my Win 98 machine but I still can not access the 
>server. These are the steps I followed:
> double-click on putty.exe.
> Under Connection, choose ssh.  preferred ssh protocol is ssh2.
> entered private ip address, the machines are on the same network (is private ip a 
>problem)??
> Choose protocol ssh.
> Choose Open.  
> If I choose 
> close window on exit:  never
> I get "connection closed by remote host". 
> If I choose 
> close window on exit:  only on clean exit
> the window flashes for a about half a second and goes away.
> Is downloading puTTY all I have to do or do I need to set up some sort of connection 
>between the server's ssh and the client's puTTY, a key or something?
> Bastille has also been installed and ran but unfortunately I don't know what was 
>turned off. 
>

I can't imagine that bastile does not set up firewalling.  What does

ipchains -L 

show?  I guess it could also be an iptables setup I don't know the list
command for iptables but I would probably try iptables -L :)

I use ssh -v alot to troubleshoot on the client side but I don't know if
putty has a verbose option or not.  What you CAN do though is to stop
sshd on the remote box,

service sshd stop

 and start it by hand with the debug option.  
sshd -d 

will start sshd and leave it in the terminal rather than disconnecting
into a deamon then it spits a bunch of stuff out to the terminal when a
connection occurs.

This will at least tell you if putty is even making it to the sshd
process on the box.  If you don't see anything,  take a REAL hard look
at firewall stuff.  If so let us know what it says and we'll figure it
out.

Bret



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to