SFTP Batch without key

From: Ville Mattila (ville_at_mattila.fi)
Date: 05/24/04

  • Next message: Vera Noest [MVP]: "Re: tunneling windows terminal services via ssh - licensing error message"
    Date: Mon, 24 May 2004 21:00:03 +0300
    
    

    Hi there,

    I'm looking for a solution to the problem of logging in and transferring
    files automatically over SFTP. Well, the problem is that I should do the
    transfer job as a cronjob, but the server where they files will be
    transferred to, doesn't support auth keys (that would have done the case
    easy).

    I've been looking for a solution of reading the password from a
    sepearated file (with proper modes of course) or other similar way, but
    without results at the moment.

    Any ideas?

    Thanks,
    Ville


  • Next message: Vera Noest [MVP]: "Re: tunneling windows terminal services via ssh - licensing error message"

    Relevant Pages

    • Re: SFTP Batch without key
      ... >I'm looking for a solution to the problem of logging in and transferring ... The OpenSSH ssh program (which is used by both scp and sftp to ... In that case, if it doesn't find a tty, it will fire up ... actual loss in security by having something print it. ...
      (comp.security.ssh)
    • Re: transferring file in binary mode
      ... here we are using SFTP for transferring files from windows to unix box. ... But the files which gets transferred to unix side contains junk characters ...
      (SSH)