91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

东城区| 万年县| 兰溪市| 道真| 沧州市| 吴旗县| 易门县| 玉溪市| 龙井市| 乳山市| 邻水| 隆安县| 阳曲县| 双牌县| 厦门市| 白水县| 女性| 英德市| 潜江市| 满城县| 高淳县| 安龙县| 霍山县| 勐海县| 喜德县| 华池县| 通城县| 罗甸县| 灵寿县| 通河县| 河西区| 乌恰县| 三亚市| 博白县| 齐齐哈尔市| 东台市| 平山县| 吉水县| 额济纳旗| 贵阳市| 怀安县|