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 is the difference between cat command and more command?
What is the command to check ports active in UNIX?
How many bits use for MAC address?
What are file permissions in Unix, and how are they represented?
which command is used to identify the type of the file?
Describe the usage and functionality of the command rm –r * in unix?
How do you remove a directory?
What is clustering in HP and how it's work?
hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command
How are UNIX file permissions represented?
How to get a particular string as your prompt ? Give syntax of that command?
What is grep in bash?