Re: [CentOS] SSH problems - command not found (SOLVED)

2009-05-06 Thread George Alexandru Dudău
Hi all, After some search i find that openssh-client was missing. This was all my problems. Is strange because on CentOS 5.2 openssh-client was present but after upgrade to 5.3 (with yum) don't. Thank you all for advices. Geo -- George Alexandru Dudău CORE IT MEX - Grupul de firme MOBEXPERT N

Re: [CentOS] SSH problems - command not found

2009-05-06 Thread Andrew Colin Kissa
On 06 May 2009, at 10:57 AM, Marcelo M. Garcia wrote: > 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

Re: [CentOS] SSH problems - command not found

2009-05-06 Thread Marcelo M. Garcia
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 ssh

Re: [CentOS] SSH problems - command not found

2009-05-06 Thread James Bensley
sudo find / -name "ssh" See if you can find ssh anywhere on the system? -BEGIN GEEK CODE BLOCK- Version: 3.1 GIT/MU/U dpu s: a--> C++>$ U+> L++> B-> P+> E?> W+++>$ N K W++ O M++>$ V- PS+++ PE++ Y+ PGP t 5 X+ R- tv+ b+> DI D+++ G+ e(+) h--(++) r++ z++ --END GEEK CODE BLOCK--

Re: [CentOS] SSH problems - command not found

2009-05-06 Thread Harry Sukumar
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.

Re: [CentOS] SSH problems - command not found

2009-05-06 Thread nate
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 work Sounds like you don't have the openssh client package installed. rpm -q -f `which ssh` nate ___ CentOS mailing list Cent

[CentOS] SSH problems - command not found

2009-05-06 Thread George Alexandru Dudău
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)