Operating System - Tru64 Unix
1748283 Members
4114 Online
108761 Solutions
New Discussion юеВ

Re: Remote Terminal settings

 
SOLVED
Go to solution
Paul Stanard
Regular Advisor

Remote Terminal settings

Which terminal setting will allow me to have settings similar to that of working at the console when connecting in remotely through telnet or an x-terminal
8 REPLIES 8
Michael Schulte zur Sur
Honored Contributor

Re: Remote Terminal settings

Hi Paul,

could you please rephrase your questions? I don't understand what you need.

thanks,

Michael
Paul Stanard
Regular Advisor

Re: Remote Terminal settings

When i connect in remotely to my alpha I can not use the backspace key. I have to ctrl -c when I make an error typing and that gets annoying. Anyway around that.
Michael Schulte zur Sur
Honored Contributor
Solution

Re: Remote Terminal settings

Hi

you may use CTRL backspace or use
stty erase "^H"

Michael
Ralf Puchner
Honored Contributor

Re: Remote Terminal settings

This problem was answered 3 times here in the forum, please have a look to the previous answers......

Is it soo difficult to search within the forum? ;-(
Help() { FirstReadManual(urgently); Go_to_it;; }
Michael Schulte zur Sur
Honored Contributor

Re: Remote Terminal settings

Hi Paul,

Ralf is right and it can be very rewarding, if you find a solution yourself, not that I mind getting points for answering questions answered long ago. ;-)
First search in the forums, note the search field up above. Then also do a search in google. This is my approach, when I try to find information also even questions here, I don't know anything about.

Michael
Paul Stanard
Regular Advisor

Re: Remote Terminal settings

Those responses did not work. That is why i asked again. If they worked the first time I would not have asked again.
Ralf Puchner
Honored Contributor

Re: Remote Terminal settings

Paul,

if it hasn't worked, please let us know but don't silently open another thread!

There are different ways to solve the problem as described:
1. by using stty (worked for me and other customers)
2. changing the emulation on client side if possible, if not change the client software
Help() { FirstReadManual(urgently); Go_to_it;; }
Paul Stanard
Regular Advisor

Re: Remote Terminal settings

I will try it again. Thanks