JavaShuo
欄目
標籤
ssh沒法登陸,提示Pseudo-terminal will not be allocated because stdin is not a terminal.
時間 2019-11-11
標籤
ssh
沒法
登陸
提示
pseudo
terminal
allocated
stdin
简体版
原文
原文鏈接
當遠程經過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
相關文章
1.
Pseudo-terminal will not be allocated because stdin is not a terminal.|gitlab ssh問題記錄
2.
Solving 'stdin: is not a tty ' error
3.
yum提示This system is not registered with RHN.RHN support will be disabled.
4.
A Jupyter widget could not be displayed because the widget state could not be found.
5.
RVM is not a function, selecting rubies with 'rvm use …' will not work
6.
/dev/sda2 is mounted; will not make a filesystem here!
7.
ubuntu 登陸不上/ 環境變量失效 The command could not be located because '/usr/bin:/bin' is not inclu...
8.
A download software component is corrupted and will not be used
9.
[Kettle] Could not read from ..... because it is a not a file.
10.
The bean 'llWebSocketHandler' could not be injected because it is a JDK dynamic proxy that implemen
更多相關文章...
•
SQL NOT NULL 約束
-
SQL 教程
•
MySQL非空約束(NOT NULL)
-
MySQL教程
•
IDEA下SpringBoot工程配置文件沒有提示
•
SpringBoot中properties文件不能自動提示解決方法
相關標籤/搜索
not...else
root+not+empty+target
登陸
stdin
allocated
terminal
提示
註冊登陸
單點登陸
七層登陸
PHP教程
Redis教程
PHP 7 新特性
算法
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
在windows下的虛擬機中,安裝華爲電腦的deepin操作系統
2.
強烈推薦款下載不限速解析神器
3.
【區塊鏈技術】孫宇晨:區塊鏈技術帶來金融服務的信任變革
4.
搜索引起的鏈接分析-計算網頁的重要性
5.
TiDB x 微衆銀行 | 耗時降低 58%,分佈式架構助力實現普惠金融
6.
《數字孿生體技術白皮書》重磅發佈(附完整版下載)
7.
雙十一「避坑」指南:區塊鏈電子合同爲電商交易保駕護航!
8.
區塊鏈產業,怎樣「鏈」住未來?
9.
OpenglRipper使用教程
10.
springcloud請求一次好用一次不好用zuul Name or service not known
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
Pseudo-terminal will not be allocated because stdin is not a terminal.|gitlab ssh問題記錄
2.
Solving 'stdin: is not a tty ' error
3.
yum提示This system is not registered with RHN.RHN support will be disabled.
4.
A Jupyter widget could not be displayed because the widget state could not be found.
5.
RVM is not a function, selecting rubies with 'rvm use …' will not work
6.
/dev/sda2 is mounted; will not make a filesystem here!
7.
ubuntu 登陸不上/ 環境變量失效 The command could not be located because '/usr/bin:/bin' is not inclu...
8.
A download software component is corrupted and will not be used
9.
[Kettle] Could not read from ..... because it is a not a file.
10.
The bean 'llWebSocketHandler' could not be injected because it is a JDK dynamic proxy that implemen
>>更多相關文章<<