Topic: SSH Commands
Not finding your answer? Try searching the web for SSH Commands
Answers to Common Questions
What is the correct command for transport input ssh?
router(config)#line vty 0 4 router(config-line)#transport input ssh Read More »
Source: http://wiki.answers.com/Q/What_is_the_correct_command_for_transpo...
What is the command to obtain root permission in Linux for SSH?
There is no command specific to SSH. Whether you are physically using the machine in question or using an SSH client the process is the same. On Ubuntu, one is encouraged not to use the root account directly. To execute a command as root, e... Read More »
Source: http://wiki.answers.com/Q/What_is_the_command_to_obtain_root_perm...
what is the Command to install ssh on ubuntu?
To install ssh server: sudo apt-get install openssh-server Read More »
Source: http://www.experts-exchange.com/OS/Linux/Distributions/Ubuntu/Q_2...
More Common Questions
Answers to Other Common Questions
It will require you to SSH to the router rather than telnet. You will have to use a program like Putty or some other SSH client.
Read More »
Source: http://wiki.answers.com/Q/What_happens_when_the_transport_input_s...
hmm, don't know a solution out of the box ... you can use screen in combination with a simple filter which logs the commands using logger, see man screen man logger then write a wrapper which calls screen with the user's shell and use t...
Read More »
Source: http://www.experts-exchange.com/Security/Operating_Systems_Securi...
most likely there is a command somewhere (either your script or /etc/profile) which tries to access the tty. Disable that command if you run a script headless with no tty associated. You can check this with the /usr/bin/tty command.
Read More »
Source: http://www.experts-exchange.com/Programming/Languages/Q_23317172....
Put quote marks around the command you want executed on the remote end including any redirection, otherwise the redirection will occur locally. e.g. cat src_pipe | ssh xxxx@servername "cat >> /mount1/project_x/tar_pipe"
Read More »
Source: http://www.experts-exchange.com/Database/Oracle/Q_23593684.html
Your history or someone else's? If you haven't set up process accounting on the box, you can only see when people logged in, not what they did. If you are root, you can pop into their home directory and check out their history file... Here...
Read More »
Source: http://www.experts-exchange.com/OS/Linux/Administration/Q_2474160...
try like this source : http://www.experts-exchange.com/OS/Linux/Administration/Q_24553195.html?sfQueryTermInfo=1+captur+output+ssh http://www.experts-exchange.com/OS/Linux/Administration/Q_22876318.html?sfQueryTermInfo=1+captur+output+ssh h...
Read More »
Source: http://www.experts-exchange.com/OS/Linux/Administration/Q_2473320...
You can't pass it in the command line. If you want a quick/automated way of logging in, take a look at using SSH keys: http://www.sshkeychain.org/mirrors/SSH-with-Keys-HOWTO/
Read More »
Source: http://www.experts-exchange.com/OS/Linux/Administration/Q_2473340...