亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

paramiko 遠程登錄主機實現用戶切換 su - root

發布時間:2020-06-21 07:33:17 來源:網絡 閱讀:7474 作者:gengyeh 欄目:開發技術
import paramiko
import time
def verification_ssh(host,username,password,port,root_pwd,cmd):
    
    s=paramiko.SSHClient() 
    s.load_system_host_keys() 
    s.set_missing_host_key_policy(paramiko.AutoAddPolicy())
    s.connect(hostname = host,port=int(port),username=username, password=password)
    ssh = s.invoke_shell()
    time.sleep(0.1)
    ssh.send('su - \n')
    buff = ''
    if  not buff.endswith('Password: '):
        resp = ssh.recv(9999)
buff +=resp
ssh.send(root_pwd)
ssh.send('\n')
    buff = ''
    if  not buff.endswith('# '):
        resp = ssh.recv(9999)
        buff +=resp
    buff = ''
    stdin, stdout, stderr = s.exec_command(cmd)
    result = stdout.read()
    print result 
    stdin,stdout,stderr = s.exec_command('echo hello')
    print stdout.read()
    s.close()
if __name__ == "__main__":
    verification_ssh('192.168.1.105','gyh','123456','22','123456','id')
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

许昌市| 平舆县| 三门县| 富蕴县| 保山市| 南靖县| 贵阳市| 耿马| 乌海市| 丰顺县| 云南省| 博客| 扶风县| 类乌齐县| 拉孜县| 理塘县| 炎陵县| 鲁山县| 阿拉善右旗| 确山县| 青河县| 河津市| 建水县| 海伦市| 蒙自县| 平利县| 乡城县| 赫章县| 手游| 丹棱县| 买车| 保康县| 金昌市| 诏安县| 汉川市| 平塘县| 陆良县| 桐梓县| 瑞丽市| 阳西县| 仲巴县|