Upgrade paramiko in docker-ptf to 2.9.5 (#16897)
With Debian Bookworm, Paramiko 2.9 or newer will need to be used to be able to connect to devices running that version of Debian (specifically, to those running OpenSSH 9.2). Paramiko is currently on 3.3.1. For now, upgrade to 2.9.5. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
e53f82f28a
commit
87f137be25
@ -71,7 +71,7 @@ RUN pip3 install aiohttp \
|
||||
netaddr \
|
||||
netmiko==2.4.2 \
|
||||
pandas \
|
||||
paramiko==2.7.1 \
|
||||
paramiko==2.9.5 \
|
||||
passlib \
|
||||
pexpect \
|
||||
prettytable \
|
||||
|
Reference in New Issue
Block a user