Search posts, tags, users, and pages
Renato Almeida de Oliveira
Network Engineer
As network automation evolves several frameworks and libraries are available, which brings a common question of network engineers: which one is the best for my project? To answer that question, you must look at the project and analyze the following p...
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!!!
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…
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.254encoding for paramiko? Thanks!!!