[Bug 1080621] Re: RequestTTY option is not respected when declared in .ssh/config
BorisH
1080621 at bugs.launchpad.net
Mon Nov 19 10:56:27 UTC 2012
** Description changed:
- Using this .ssh/config file on a up-to-date ubuntu 12.10 64bits :
+ Using this .ssh/config file on a up-to-date ubuntu 12.10 64bits using
+ ssh 1:6.0p1-3ubuntu1
+
Host xxxx.xxxxxx.com
RequestTTY yes
$ ssh xxxx.xxxxxx.com screen -x
- Must be connected to a terminal.
+ Must be connected to a terminal. <--- config option is not respected !
While entering the same config directly in the command line works nicely
:
$ ssh -o "RequestTTY yes" free.zboubi.com screen -x
works ok
$ ssh -t free.zboubi.com screen -x
works ok
** Description changed:
Using this .ssh/config file on a up-to-date ubuntu 12.10 64bits using
ssh 1:6.0p1-3ubuntu1
Host xxxx.xxxxxx.com
RequestTTY yes
$ ssh xxxx.xxxxxx.com screen -x
- Must be connected to a terminal. <--- config option is not respected !
+ Error: "Must be connected to a terminal." <--- config option is not respected !
While entering the same config directly in the command line works nicely
:
$ ssh -o "RequestTTY yes" free.zboubi.com screen -x
- works ok
+ Works ok
$ ssh -t free.zboubi.com screen -x
- works ok
+ Works ok
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1080621
Title:
RequestTTY option is not respected when declared in .ssh/config
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1080621/+subscriptions
More information about the Ubuntu-server-bugs
mailing list