Results 1 to 4 of 4
I remember using a command that allows you to use a program like SSH with linux command line support.
Right now the SSH prompt won't allow me to press the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-08-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 2
SSH with command line support in CentOS
I remember using a command that allows you to use a program like SSH with linux command line support.
Right now the SSH prompt won't allow me to press the "up" key to view the history of commands entered to quickly enter them again. It would be convenient since we must edit and program in this setting. Isn't it something like "wrap ssh HOST" or something like that?
thanks in advanced
- 01-08-2011 #2
Whether you can use this feature depends on the command
shell on the remote system. If you ssh into a linux
system running the bash shell, it should work, unless some
feature of your local terminal blocks or interferes with some
keystrokes.
- 01-21-2011 #3Just Joined!
- Join Date
- Jan 2011
- Posts
- 2
I finally learned how to do this from a classmate.
After you "ssh [ server ]" just type the command "bash" and you can use the command history as usual.
It's so simple I'm surpised no one knew this.
- 01-22-2011 #4
It seems that the remote system didn't run bash as its
default shell, but it was available, so when you typed "bash"
as a command, you invoked it and all worked as you desired.


Reply With Quote
