For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Eashan's avatar
Eashan
Icon for Nimbostratus rankNimbostratus
Sep 17, 2019

Issues accessing Show Sys Version output on F5 Viprion using Paramiko

import paramiko ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy) ssh.connect('IPAddress', port=22, 'username', 'password') my_command = "show sys version | grep Ver...