"Ian Hendershot" <[EMAIL PROTECTED]> writes: [...]
A note of advice. It helps if you trim away excess baggage on your posts. Its easier to see what is going on. Try to give your comments following to those you are commenting on so a prospective helper can quickly see what has been covered. Try to set you mailer so that your lines wrap at 72 characters. Again, the easier you make it for a prospective helper to see what is being discussed the more and better help you'll get. > 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. Show what is installed on the machine you wnat to connect to. This command will get the info quickly: rpm -qa|grep ssh Show us what is running on that same machine. Sounds like sshd may not be running. This command will get the answer for you: ps waux |grep sshd > entered private ip address, the machines are on the same network (is private ip a >problem)?? No, not if a sshd is running there Tell us if you can ping that address from windows box: From a dos terminal type: `ping XXX.XXX.XXX' Where XXX are the address used in putty dialog Show us what you see. (mung any addresses if think it matters) > Choose protocol ssh. > Choose Open. > If I choose You've choosen protocol twice now. Is that required? > close window on exit: never > I get "connection closed by remote host". > If I choose > close window on exit: only on clean exit The default is `only on clean exit' That should be fine > the window flashes for a about half a second and goes away. Output from the info requested above my tell us why this happens. > 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? They only have to be connected by internet or ethernet. If you can ping the address you should be able to ssh to it if a sshd is running there. > Bastille has also been installed and ran but unfortunately I don't know what was >turned off. This may be the source of problems. I'm not sure what running bastille may do but it is a tool meant to make a box more secure so it may have turned of some things. I can't see any way on putty to run ssh in -v (verbose) mode. So I guess thats out. Run this command to find out if something is listening on port 22. (run it as root) netstat -pluant |grep ':22.*LISTEN' You should see something like: tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2804/sshd If sshd is listening at port 22 Hopefully some of the above info gathering will help solve the problem. _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list