Hi. I`m trying to connect with another computer, but i have the mmessage "time out". TO do SSH its there any special procedure i must follow up? or i just can type ssh user@server? i have CentOs 4 and SSHd its already running
----------------------------------------------------------- Sign up and get your 30GB webmail at www.30gigs.com now!
centos-bounces@centos.org wrote:
Hi. I`m trying to connect with another computer, but i have the mmessage "time out". TO do SSH its there any special procedure i must follow up? or i just can type ssh user@server? i have CentOs 4 and SSHd its already running
Hi..! Get this Exclusive Offer From 30gigs.com. Free Ipod Nano! Click Here. http://myexclusiverewards.com/rd_p?p=119386&c=13204-ipodnano_emc_drsk130&a=SignatureAds Don't have 30gigs email account yet? Sign up and get your 30GB Webmail http://www.30gigs.com/accept/107805/62d9ae11828889a2a5c677ba37aa8ae8account Now!
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
yes. you should be able to simply type ssh user@server and connect. are you able to ping the server from the client? maybe iptables is blocking port 22 on the server?
Try ssh -v user@server
2006/5/10, <>:
Hi. I`m trying to connect with another computer, but i have the mmessage "time out". TO do SSH its there any special procedure i must follow up? or i just can type ssh user@server? i have CentOs 4 and SSHd its already running
Hi..! Get this Exclusive Offer From 30gigs.com. Free Ipod Nano! Click Here.http://myexclusiverewards.com/rd_p?p=119386&c=13204-ipodnano_emc_drsk130&a=SignatureAds Don't have 30gigs email account yet? Sign up and get your 30GB Webmail http://www.30gigs.com/accept/107805/62d9ae11828889a2a5c677ba37aa8ae8account Now!
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- ===================== Marcus Tulio T. Carvalho Telemacro Sistemas e Serviços =====================
On Wed May 10 2006 12:28, centos-bounces@centos.org wrote:
Hi. I`m trying to connect with another computer, but i have the mmessage "time out". TO do SSH its there any special procedure i must follow up? or i just can type ssh user@server? i have CentOs 4 and SSHd its already running
OK but is iptables allowing the traffic through? Default setting don't allow this.
On Wed May 10 2006 12:28, centos-bounces@centos.org wrote:
Hi. I`m trying to connect with another computer, but i have the mmessage "time out". TO do SSH its there any special procedure i must follow up? or i just can type ssh user@server? i have CentOs 4 and SSHd its already running
OK but is iptables allowing the traffic through? Default setting don't allow this.
You can also look in /etc/deny.hosts if the ip of the other computer
isn't in it..that also can give a time-out ..
--
Regards Robert
Smile... it increases your face value! _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Thu May 11 2006 14:20, Drachman Bjorn wrote:
Hi. I`m trying to connect with another computer, but i have the mmessage "time out". TO do SSH its there any special procedure i must follow up? or i just can type ssh user@server? i have CentOs 4 and SSHd its already running
OK but is iptables allowing the traffic through? Default setting don't allow this.
You can also look in /etc/deny.hosts if the ip of the other computer
isn't in it..that also can give a time-out ..
That was just for good measures. I still think it's iptables that is blocking your connection or else the other machine doesn't have the ssh daemon running.