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.
css 讓chrome支持小於12px的文字
2.
集合的一點小總結
3.
ejb
4.
Selenium WebDriver API
5.
人工智能基礎,我的看法
6.
Non-local Neural及Self-attention
7.
Hbuilder 打開iOS真機調試操作
8.
improved open set domain adaptation with backpropagation 學習筆記
9.
Chrome插件 GitHub-Chart Commits3D直方圖視圖
10.
CISCO ASAv 9.15 - 體驗思科上一代防火牆
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
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
>>更多相關文章<<