Yea that is my current work-around. Just annoying as it only seems to occur on various Red Hat distro's. Identical versions of openssh/openssl on some SuSE systems don''t produce this result. I was hoping for a cleaner, server side solution. (Because the -T -t options do have other side effects as well) -rhugga On 11/24/05, Will McDonald <wmcdonald@xxxxxxxxx> wrote: > > On 23/11/05, Rhugga Harper <rhugga@xxxxxxxxx> wrote: > > I normally set the following in my .bashrc: > > > > stty erase '^H' > > > > When I login with an interactive session, everything is okay. > > > > However, when I connect to a remote host and execute a command via ssh, > it > > complains: > > > > ssh -l someone somehost uptime > > stty: : Invalid argument > > 9:24am up 32 day(s), 13:56, 5 users, load average: 1.30, 1.52, 1.77 > > > > Any tricks to suppresing this or resolving this problem? > > It's because of pseudo-tty allocation. From "man ssh" > > -T Disable pseudo-tty allocation. > > -t Force pseudo-tty allocation. This can be used to execute > arbi- > trary screen-based programs on a remote machine, which can be > very useful, e.g., when implementing menu services. Multiple > -t > options force tty allocation, even if ssh has no local tty. > > $ ssh -qt -l someone somehost somecommand > > Will work. There doesn't appear to be any way to configure this on a > per-host basis in ~/.ssh/config though. > > Will. > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subjecthttps://www.redhat.com/mailman/listinfo/redhat-list