how will you login one server's shell prompt to an another
server?

Answers were Sorted based on User's Feedback



how will you login one server's shell prompt to an another server?..

Answer / prasad

ssh hostname@ipaddress

Is This Answer Correct ?    11 Yes 4 No

how will you login one server's shell prompt to an another server?..

Answer / habs

ssh username@hostname

prompts for pwd, if passwordless login not enabled

Is This Answer Correct ?    6 Yes 1 No

how will you login one server's shell prompt to an another server?..

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

how will you login one server's shell prompt to an another server?..

Answer / kandisha kn

ssh -l user_name host_name

Is This Answer Correct ?    2 Yes 0 No

how will you login one server's shell prompt to an another server?..

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

Post New Answer

More Unix Commands Interview Questions

Where LOG fiels resides in AIX and pls tel me how to remove the log file

6 Answers   Vestas,


How do you find which version and name of unix you are using at the command prompt?

7 Answers  


how will you convert a general file to a hidden file?

4 Answers  


solaris Run level?

3 Answers   Wipro,


What are file commands?

0 Answers  






what is the use of "grep" command?

6 Answers   HCL,


Which command is used to find whether the system is 32 bit or 64 bit?

0 Answers  


what is the difference between KILL and KILL -9?

5 Answers   Informatica, Nutanix,


What is use of sed command?

12 Answers   BitWise, Infosys, Reliance,


What is a bash command?

0 Answers  


How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?

4 Answers   HCL, Wipro,


How to display no of records in oracle using unix command?

0 Answers  


Categories