© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
João Paulo
Man, if you know, how can I use the ssh options of the following command:
ssh -oHostKeyAlgorithms=+ssh-dss -oKexAlgorithms=+diffie-hellman-group1-sha1 -c aes256-cbc intelbras@192.168.200.254
encoding for paramiko? Thanks!!!
Renato Almeida de Oliveira
Network Engineer
I haven't any device that requires this kind of cipher to test, but you might need to set the transport parameters. Take a look here docs.paramiko.org/en/stable/api/transport.html And here: stackoverflow.com/questions/35658757/using-differ…