|
|||||||||||
|
RE: Going MAD trying to get scp working on Solaris8 (SSH-2.0-OpenSSH_ 3.4p1) - Pleeeese Help.
From: Leece, Doug <Doug.Leece(at)bell.ca>
Date: Wed Jun 18 2003 - 10:51:33 EDT
We have a lot of Solaris machines from 2.6 to 2.8 all using SSH. We built
everything with packages from SunFreeware when possible and other than
requiring a link from /dev/urandom/pool to /var/spool/prngd/pool the packages
worked fine on 8.
# Authentication:
#LoginGraceTime 600
#RSAAuthentication yes
# rhosts authentication should not be used
# To disable tunneled clear text passwords, change to no here!
# Change to no to disable s/key passwords
Good luck,
Doug Leece
-----Original Message-----
I have now been struggling for ages to get scp working so that I can copy
files between Solaris8 servers.
I am using DSA ssh2 keys and CAN copy files by entering a password - no
good for scripts :-(
Please refer to a typical scp -v command shown below :- debug3: check_host_in_hostfile: filename /users/oraprod/.ssh/known_hosts debug3: check_host_in_hostfile: match line 1 debug3: check_host_in_hostfile: filename /users/oraprod/.ssh/known_hosts debug3: check_host_in_hostfile: match line 1 debug1: Host 'devbox' is known and matches the RSA host key. debug1: Found key in /users/oraprod/.ssh/known_hosts:1 debug1: bits set: 1557/3191 debug1: ssh_rsa_verify: signature correct debug1: kex_derive_keys debug1: newkeys: mode 1 debug1: SSH2_MSG_NEWKEYS sent debug1: waiting for SSH2_MSG_NEWKEYS debug1: newkeys: mode 0 debug1: SSH2_MSG_NEWKEYS received debug1: done: ssh_kex2. debug1: send SSH2_MSG_SERVICE_REQUEST debug1: service_accept: ssh-userauth debug1: got SSH2_MSG_SERVICE_ACCEPT debug1: authentications that can continue: password,keyboard-interactive debug3: start over, passed a different list password,keyboard-interactive debug3: preferred publickey debug1: no more auth methods to try Permission denied (password,keyboard-interactive). debug1: Calling cleanup 0x3f4d0(0x0) lost connection Notice that SSH is stating that authentications it can use are password or
keyboard-interactive only - This must be set in the master sshd_config or
config file
AllowedAuthentications publickey,password,hostbased Can anyone please suggest how I can configure SSH to try using publickey encryption - Think I'm going mad......!!!!!!! Best Regards, Gary. Information in this email and any attachments are confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no intention to create any legally binding contract or other commitment through the use of this email. Experian Limited (registration number 653331). Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF Received on Wed Jun 18 12:47:47 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:59 EDT |
||||||||||
|
|||||||||||