[Bug 1080621] Re: RequestTTY option is not respected when declared in .ssh/config

BorisH 1080621 at bugs.launchpad.net
Mon Nov 19 14:59:58 UTC 2012


I backported the trivial patch to 6.0p1. See patch attached.

source:
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.365;r2=1.366&view=patch

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1080621

Title:
  RequestTTY option is not respected when declared in .ssh/config

Status in “openssh” package in Ubuntu:
  Confirmed

Bug description:
  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
  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

  $ ssh -t free.zboubi.com screen -x
  Works ok

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1080621/+subscriptions




More information about the foundations-bugs mailing list