我想使用pxssh爲NetScaler(一種基於FreeBSD的產品)製作自動升級腳本。 我在FreeBSD上成功上傳和tar固件並進行安裝。 隨着promop「你要立即啓用?[Y/N]」,我的腳本未能sendline「否」,它 錯誤代碼爲「‘海峽’對象不是可調用的」 下面是輸出: You can also configure this feature anytime using the comm
我使用pxssh建立到服務器的SSH連接。連接可以建立,我可以運行簡單的命令,如ls -l。 我現在需要的是通過SSH連接創建iptable條目。 我已經試過以下 s = pxssh.pxssh()
print(ip)
if not s.login(ip, username, auth_password):
Log("SSH session failed on login")