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

How to view the hidden files in /etc directory?

10 Answers  


What is the search command in unix?

0 Answers  


Which command will you use to change the permissions on file?

7 Answers  


What is {} in find command?

0 Answers  


What is the general format of unix command syntax?

0 Answers  






What is awk command used for?

0 Answers  


how to unzip the contents of the gzip file

1 Answers   Epsilon,


what will this do $cat > file.c ?(file.c is a file in current directory)

20 Answers   IBM,


What is awk used for?

0 Answers  


how many internal commands is there in UNIX?

3 Answers   TCS, Virtusa,


If we want to see first 35 lines of a file which command we have to use?

8 Answers  


to list a particular line in the file

5 Answers  


Categories