Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Net::SFTP::Foreign Cipher check

by mikelieman (Friar)
on Apr 01, 2019 at 17:54 UTC ( [id://1231955]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Net::SFTP::Foreign Cipher check
in thread Net::SFTP::Foreign Cipher check

Using the same "more" option, you can give it the -v option to run in debug mode, which will display the ciphers used.

Replies are listed 'Best First'.
Re^4: Net::SFTP::Foreign Cipher check
by sofysr (Novice) on Apr 01, 2019 at 21:53 UTC
    I tried the more option but I get the error, "Invalid option 'more' or bad combination of options". After researching, I found that since I am using "backend => 'Net_SSH2'" option in the connection string, the more option is not supported. My connection string:
    $sftp = Net::SFTP::Foreign->new($host, port => '22', backend => 'Net_S +SH2', user => $sftpuser, key_path => $filepath, );

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1231955]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 23:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found