Re: scp problems between Solaris and Tru64
From: Ann Majeske (Ann.Majeske_at_HP.com)
Date: 05/18/03
- Previous message: Dave Uhring: "Re: scp problems between Solaris and Tru64"
- In reply to: Dr. David Kirkby: "Re: scp problems between Solaris and Tru64"
- Next in thread: Nico Kadel-Garcia: "Re: scp problems between Solaris and Tru64"
- Reply: Nico Kadel-Garcia: "Re: scp problems between Solaris and Tru64"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 17 May 2003 21:24:32 -0400
Here's the response I sent to Dr Kirkby's query to the
tru64-unix-managers list:
The version of ssh supplied with Tru64 UNIX does not
implement the ssh version 1 protocol. So, it must have been
your SUN system requesting sshv1 for some reason.
You shouldn't try to remove the Tru64 version of
ssh from your V5.1B system. It has been tied into the
OS and is required for clusters.
If you really need ssh v1 support, the recommended
way is to install Openssh in addition to the Tru64
version of ssh, and then configure the Tru64 version
of ssh to call Openssh if it gets a v1 request.
To do this you add the following options to the
sshd2_config file:
Ssh1Compatibility yes
Sshd1Path /usr/local/sbin/sshd
Sshd1ConfigFile /usr/local/etc/ssh/sshd_config
and restart the Tru64 ssh daemon.
Ann Majeske
- Previous message: Dave Uhring: "Re: scp problems between Solaris and Tru64"
- In reply to: Dr. David Kirkby: "Re: scp problems between Solaris and Tru64"
- Next in thread: Nico Kadel-Garcia: "Re: scp problems between Solaris and Tru64"
- Reply: Nico Kadel-Garcia: "Re: scp problems between Solaris and Tru64"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|