ssh沒法登陸,提示Pseudo-terminal will not be allocated because stdin is not a terminal.

當遠程經過ssh登陸主機時出現Pseudo-terminal will not be allocated because stdin is not a terminal. 錯誤
 
字面意思是僞終端將沒法分配,由於標準輸入不是終端。
 
因此須要增長-t -t參數來強制僞終端分配,即便標準輸入不是終端。
to force pseudo-tty allocation even if stdin isn't a terminal.
 
參考樣例以下:
ssh -tt  user1@host1 -p 9527
相關文章
相關標籤/搜索