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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to