Closed adrianodsb closed 2 months ago
Hi,
rsa-sha2-512
is not actually supported by the underlaying SSH library.
You may want to try:
netshot.cli.ssh.hostkeyalgorithms = ssh-rsa,ssh-dss,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
Regards, Sylvain
Hi,
rsa-sha2-512
is not actually supported by the underlaying SSH library.You may want to try:
netshot.cli.ssh.hostkeyalgorithms = ssh-rsa,ssh-dss,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
Regards, Sylvain
This worked like a charm.
Hello,
Has anyone faced the issue below? I'm trying to backup the configuration from a FortiGate-40F device.
Already tried with and without setting the default algorithms in netshot's config:
netshot.cli.ssh.hostkeyalgorithms = rsa-sha2-256,rsa-sha2-512,ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519
Any help is appreciated.