how will you login one server's shell prompt to an another
server?
Answers were Sorted based on User's Feedback
Answer / habs
ssh username@hostname
prompts for pwd, if passwordless login not enabled
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / phoenix
Just in case you are in sudo and not able to get through
using command
ssh ipaddress(or)hostname
use the below command
ssh user_id@ipaddress
or
ssh user_id@hostname
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / vamshi
Hi
first login super user
then login that server to another
server1#ssh@ipaddress or hostname(server2)
server1#passwd:
server2#
| Is This Answer Correct ? | 2 Yes | 3 No |
What are filter commands in unix?
How do I use grep to find a file?
How do I search for a file in unix command?
How do I use grep to search for a file?
How to remove a crontab file?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What command will bring user back to their home directory in UNIX?
How to identify whether a file is normal file or directory?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.
What is grep short for?
What is an Unix command to convert HEX value to ASCII value located in any flat file.