Questions tagged «pty»

7
对Docker -t选项分配伪TTY感到困惑
此选项的作用是什么?我已经阅读了很多有关TTY的文章,但仍然感到困惑。我试过没有-t和正义-i,似乎期望用户输入的程序如果没有则抛出错误-t。启用伪TTY为何很重要?
206 docker  tty  pty 

20
如何修复请求在通道0上失败
当我想这样连接到我的服务器时 ssh -a username@my-server.de -p 22 它给了我两个错误信息: PTY allocation request failed on channel 0 shell request failed on channel 0 当我使用参数时-T,第一条错误消息消失了。但是,如何解决第二个问题呢?我无法连接。我可以连接到其他服务器,没有任何问题。 我使用的是MAC OS 10.9。 该参数-v向我显示此调试输出: OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011 debug1: Reading configuration data /etc/ssh_config debug1: /etc/ssh_config line 20: Applying options for * debug1: Connecting to xxx.your-server.de [188.40.3.15] port …
76 ssh  terminal  pty 
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.