>>> [EMAIL PROTECTED] 04/20/02 07:50PM >>>
"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
After typing rpm -qa | grep ssh , I received:
openssh-askpass-2.5.2p2-5
openssh-server-2.5.2p2-5
openssh-2.5.2p2-5
openssh-clients-2.5.2p2-5
After typing ps waux | grep sshd, received
root 538 0.0 1.0 2588 1032 ? S 12:41 0:04 /usr/sbin/sshd
root 1415 1.0 0.6 1624 616 pts/2 S 19:38 0:00 grep ssh
After typing netstat -pluant | grep ':22.*LISTEN', I got:
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 538/ssh
pretty much exactly what you said.
And the ping works:
ping sent and recieved four packets with 0% loss
Thanks for responding
***********************************************************************
This message is a private communication. If you are not the intended
recipient, please do not read, copy, or use it, and do not disclose it
to others. Please notify the sender of the delivery error by replying
to this message, and then delete it from your system. Thank you.
---------------------------------------------------------------------
Visit http://www.ballfoundation.org for our latest news.
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list