Skip to content
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

Updated latest paramiko that supports aes128-gcm and aes256-gcm cipher #1342

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

dineshbaburam91
Copy link
Collaborator

  • Updated latest paramiko version which supports aes128-gcm and aes256-gcm cipher

Testcase

Configuration

{master}[edit]
xxxx@jnpr# show system services    
ssh {
    ciphers [ "[email protected]" "[email protected]" ];
}

Snippet

(pyez_vir)  % cat simple.py 
from jnpr.junos import Device
from lxml import etree
import json

dev = Device(host='x.x.x.', user='xxxx', password= 'yyyyy', port=22, gather_facts=False)
dev.open()
print(dev.facts['hostname'])
dev.close()

Output

(pyez_vir) % python3 simple.py
jnpr

@chidanandpujar chidanandpujar self-requested a review October 23, 2024 10:08
Copy link
Collaborator

@chidanandpujar chidanandpujar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@dineshbaburam91 dineshbaburam91 merged commit c759c25 into Juniper:master Oct 23, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants