Re: Another scp passwordless question for Linux boxes

From: tyler (tyler_at_hudakville.com)
Date: 05/31/03

  • Next message: Darren Tucker: "Re: Endless sftp ls listings on Tru64"
    Date: Sat, 31 May 2003 00:56:02 GMT
    
    

    Two questions:

    1. Did you put any security around the keys? (no-pty, etc)
    2. What happens when you run scp with -v or -vv?

    Tyler

    On Sat, 31 May 2003 00:01:03 +0100, "Avis Merrihead"
    <merrionavid@hotmail.com> wrote:

    >I have 2 boxes, both running a flavour of linux and both running a flavour
    >of openSSH 3.x
    >
    >I created rsa keys and set the authorized_key on both boxes, it looks good
    >as it flies through but just as it connects it comes back saying
    >xxx.xxx.xxx.xxx connection closed
    >
    >I tried from both sides
    >
    >scp -r -p user@123.123.123.123:/path/to/files /path/to/files
    >
    >Connection closed by 123.123.123.123
    >lost connection
    >
    >any ideas?
    >
    >Thanks
    >
    >


  • Next message: Darren Tucker: "Re: Endless sftp ls listings on Tru64"

    Relevant Pages

    • Re: scp without password - Howto
      ... Dolphin wrote: ... How to perform scp without password? ... Create a pair of keys (public and private) with a null password using ssh-keygen. ...
      (comp.unix.solaris)
    • Re: AIX 5.3 Upgrade Causes SSH/SCP Error.
      ... I am able to SCP a file successfully outside of the java code without ... This server hosts a program written in Java. ... You might need to re-gen the public/private keys between the 2 boxes. ...
      (comp.unix.aix)
    • Re: Can I move the private key from one server to another?
      ... I just use "scp". ... I login to the new machine, ... that it will use the copied keys. ... By the time I commission it (give it the hostname and IP address ...
      (comp.security.ssh)
    • Re: setting up ssh keys
      ... Are you attempting non-challenged file transfers using SCP? ... make sure you have created passwordless keys ... > Subject: setting up ssh keys ...
      (SSH)
    • How do I run scp in batch mode?
      ... I want to run scp in batch mode. ... and currently I have to do it manually entering my password etc. ... protocol 1 and 2 keys and copied the *.pub keys over. ...
      (SSH)