-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with default cipher and openssh 7.1p1 #2
Comments
|
Can you please add the debug flag: And send me the entire output. Thanks! |
|
|
I fixed the warnings and a bug in Ed25519, but was not able to duplicate your problem against a 7.1 server even before the fix. Try the latest commit and report back. |
one warning remains (in case with empty known_hosts):
I tried another architecture. It is i586-only bug again. All works when Net::SSH::Perl is running on x86_64. |
|
What 32-bit OS and which version is this failing on? |
|
ALT Linux Sisyphus in both cases (x86_64 ok, i586 fail). |
|
Ok, I think I've got it fixed. Pull latest and try again. |
|
Thanks, it works now. |
Hello.
I attempt to use Net-SSH-Perl with openssh server 7.1p1 and have a problem.
The test script:
The output:
The log of ssh server:
It works when I use (for example):
my $ssh = Net::SSH::Perl->new("localhost", cipher => 'aes256-ctr');btw: warning remains in Ed25519.pm
The text was updated successfully, but these errors were encountered: