1.登入遠端主機:
localhost$ ssh 172.16.1.165
oracle@172.16.1.165's password:
last login: fri mar 26 14: 48:08 2010 from euos
2.已連線遠端主機:
remotehost$
3.要暫時回到本機主機, 輸入退出符號: "~"與"control-z"組合.
當輸入"~"不會立即在螢幕上看到, 當按下並且按回車之後才一起顯示.
如下, 在遠端主機中以此輸入"~"
remotehost$ ~^z [suspend ssh]
[1] stopped # ssh 17265.1
4.現在已經退回到了本地主機, ssh 遠端客戶端會話就在unix 後台中運行, 可以向下面那樣查看它:
localhost$ jobs [1] stopped ssh 172.16.1.165
5. 可以將後台運行的ssh 會話進程切換到前台, 重新回到遠端主機, 而無需輸入密碼
localhost$ fg % 1 ssh 172.16.1.165
remotehost$#
以上是Linux如何用SSH退出符切換SSH會話的詳細內容。更多資訊請關注PHP中文網其他相關文章!