Questions tagged «tty»

5
在ssh中不分配终端有什么好处?
偶尔我会做类似的事情 ssh user@host sudo thing 并提醒我ssh默认情况下不分配伪tty。为什么不呢?如果我使用别名ssh,将会失去什么好处ssh -t?
66 ssh  tty 

4
如何通过台式机上的远程服务器上的ssh命令启动屏幕会话?
我希望能够通过桌面上的单个ssh命令在远程服务器上启动屏幕会话。但是,屏幕似乎需要一个终端,当通过ssh运行命令时该终端不可用。 所以很明显 ssh root@my.machine screen "tail -f /var/log/messages" (例如)不起作用,并给出 Must be connected to a terminal. 我希望ssh在屏幕下启动该命令,以便稍后登录并像我手动启动的屏幕会话一样附加。
57 ssh  terminal  gnu-screen  tty 


3
“输入设备不是TTY”在“ docker run”输出中到底是什么意思?
这是一个有效的命令: $ echo 'hi there' | docker run -i ubuntu cat hi there 这是一条响应并显示错误消息的命令: $ echo 'hi there' | docker run -it ubuntu cat the input device is not a TTY 我想弄清楚这里到底发生了什么。不只是“删除-t,它将得到解决”。 我知道docker run的-t选项代表‘分配伪TTY’,和我读的是什么TTY代表历史观点,但它并没有帮助我了解什么样的合同在这里侵犯。
18 linux  docker  tty 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.