You should see these on both machines.
[EMAIL PROTECTED] ~ $ ssh -V
OpenSSH_4.7p1, OpenSSL 0.9.8e 23 Feb 2007
Apart from the fact that the program goes or not it's pretty important
to ensure that the
version is pretty up to date.
[EMAIL PROTECTED] ~ $ ls -l /usr/bin/ssh*
-rwxr-xr-x 1 root root 253060 Sep 13 23:51 /usr/bin/ssh
-rwxr-xr-x 1 root root 80260 Sep 13 23:51 /usr/bin/ssh-add
-rwxr-xr-x 1 root root 67412 Sep 13 23:51 /usr/bin/ssh-agent
-rwxr-xr-x 1 root root 1271 Sep 13 23:51 /usr/bin/ssh-copy-id
-rwxr-xr-x 1 root root 104996 Sep 13 23:51 /usr/bin/ssh-keygen
-rwxr-xr-x 1 root root 142120 Sep 13 23:51 /usr/bin/ssh-keyscan
[EMAIL PROTECTED] ~ $ ldd `which ssh`
linux-gate.so.1 => (0xb7fd0000)
libresolv.so.2 => /lib/libresolv.so.2 (0xb7fa6000)
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0xb7f67000)
libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb7e31000)
libdl.so.2 => /lib/libdl.so.2 (0xb7e2d000)
libutil.so.1 => /lib/libutil.so.1 (0xb7e29000)
libz.so.1 => /lib/libz.so.1 (0xb7e17000)
libnsl.so.1 => /lib/libnsl.so.1 (0xb7e00000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7dd2000)
libc.so.6 => /lib/libc.so.6 (0xb7ca3000)
/lib/ld-linux.so.2 (0xb7fd1000)
If you get 'Not found', or words to that effect, to the right of the
'=>' symbol, Then that's your problem. Repeat for the other programs
listed by the 'ls -l /usr/bin/ssh*' command.
You might like to expand on "just doesn't run".
Anything in /var/log/messages ?
On 9/16/07, John Rye <[EMAIL PROTECTED]> wrote:
> On Sun, 16 Sep 2007 22:00:04 +0000
> Don Gould <[EMAIL PROTECTED]> wrote:
>
> > John Rye wrote:
> > >
> > > /var/lib/urpmi for the file lists - have fun :-)
> > >
> > >
> > Any idea which file is the list of rpms I've already got installed?
> >
> > > Find the rpmdrake files on your cd (hdd, floppy or whatever), change to
> > > that directory and remove and reinstall
> > >
> > > 'rpm -e rmpdrake'
> > > 'rpm -U ./rpmdrake'
> > >
> > >
> > >> I want to see the list of installed apps so I can work out if two
> > >> machines have the same versions of ssh installed on them.
> > >>
> > >
> > > Why not 'ssh -v' on both machines?
> > >
> > >
> > ssh just doesn't run on one of them. That's the problem I'm trying to
> fix.
> >
> > I suspect she just doesn't have enough apps installed
>
> urpmi openssh, openssh-client, openssh-askpass, openssh-askpass-common
> on remote machine,
>
> As above plus openssh-server on local machine should be what you
> need
>
> John
>
--
Sincerely etc.
Christopher Sawtell