[Bug 1080621] [NEW] RequestTTY option is not respected when declared in .ssh/config
BorisH
1080621 at bugs.launchpad.net
Mon Nov 19 09:59:32 UTC 2012
Public bug reported:
Using this .ssh/config file on a up-to-date ubuntu 12.10 64bits :
Host xxxx.xxxxxx.com
RequestTTY yes
$ ssh xxxx.xxxxxx.com screen -x
Must be connected to a terminal.
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
** Affects: openssh (Ubuntu)
Importance: Undecided
Status: New
** Description changed:
- Using this .ssh/config file :
- Host xxxx.xxxxxx.com
- RequestTTY yes
+ Using this .ssh/config file on a up-to-date ubuntu 12.10 64bits :
+ Host xxxx.xxxxxx.com
+ RequestTTY yes
$ ssh xxxx.xxxxxx.com screen -x
Must be connected to a terminal.
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
--
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