Help for this page

Select Code to Download


  1. or download this
    debug1: Authentications that can continue: publickey,gssapi-keyex,gssa
    +pi-with-mic,password
    debug3: start over, passed a different list publickey,gssapi-keyex,gss
    +api-with-mic,password
    ...
    debug2: we did not send a packet, disable method
    debug1: No more authentication methods to try.
    Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
    
  2. or download this
       my $sftp_obj = Net::SFTP::Foreign->new (
                            $host,
                            timeout         => 3600,
    ...
                            more            => ['-vvv',
                            -o => 'StrictHostKeyChecking no'],
            );