Hi All, I have a strange problem with ssh on CentOS 5.3: 1. I make a ssh connection from computer X to Y => OK 2. When i try to conect from Y to Z i receive a strange message: -bash: ssh: command not found (normal and root user) #which sshd /usr/sbin/sshd The sshd daemon it's on (see nr.1) So connection to Y it's OK, but from Y to another computer don't. Even back to X don't work Any advice? Thank you! P.S - sorry for my bad english
George Alexandru Dud??u wrote:> So connection to Y it's OK, but from Y to another computer don't. Even > back to X don't workSounds like you don't have the openssh client package installed. rpm -q -f `which ssh` nate
Hi George, i guess it could be the iptables ( blocking outbound traffic) try iptables -F(flush) and then try ssh to other machine If the above doesnt work try looking at your selinux -- Harry George Alexandru Dud?u wrote:> Hi All, > > I have a strange problem with ssh on CentOS 5.3: > > 1. I make a ssh connection from computer X to Y => OK > 2. When i try to conect from Y to Z i receive a strange message: > > -bash: ssh: command not found > > (normal and root user) > > #which sshd > /usr/sbin/sshd > > The sshd daemon it's on (see nr.1) > > So connection to Y it's OK, but from Y to another computer don't. Even > back to X don't work > > Any advice? > > Thank you! > > P.S - sorry for my bad english > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >
George Alexandru Dud?u wrote:> Hi All, > > I have a strange problem with ssh on CentOS 5.3: > > 1. I make a ssh connection from computer X to Y => OK > 2. When i try to conect from Y to Z i receive a strange message: > > -bash: ssh: command not found > > (normal and root user) > > #which sshd > /usr/sbin/sshd > > The sshd daemon it's on (see nr.1) > > So connection to Y it's OK, but from Y to another computer don't. Even > back to X don't work > > Any advice? > > Thank you! > > P.S - sorry for my bad english > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centosHi I also think you have some packages missing. In my CentOS-5.3, I have the following packages: # rpm -qa | grep ssh: openssh-4.3p2-29.el5 openssh-clients-4.3p2-29.el5 openssh-server-4.3p2-29.el5 openssh-askpass-4.3p2-29.el5 Regards mg.