Apps :: SSH scoansi
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?
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.
original here.