SSH scoansiForum: Apps Topic: SSH scoansi started by: reDdRabBIt Posted by reDdRabBIt on Nov. 30 2004,18:36
Ok, I'm new to linux. What I am trying to do is create a dumb terminal that is only used for SSH. I'm trying to connect to a server to check inventory. The SSH is working and I have it starting on boot (hard drive install, dsl 0.7.3). Is there any way to make the terminal type default to scoansi instead of linux?
Posted by skaos on Dec. 01 2004,10:36
You could try:export TERM=scoansi I have no idea if DSL supports scoansi, but if it does, you could put the command in .bashrc and .bash_profile. |