When I telnet into our works sun station my backspace key doesn't work. I use a temporary workaround of:
$ stty erase ^H
This works but each time I telnet in I have to retype this. How can I set this to work properly in my .cshrc file?
You can put stty erase ^H in your .cshrc file. This will fix the problem.