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 do I use grep to find a file?

1 Answers  


How we will execute previous command in vi editor?

8 Answers   Infosys,


Which command is used to copy files?

1 Answers  


Who command in unix?

1 Answers  


Which unix command to make a new directory?

1 Answers  


What are the commands in UNIX to list the files in a Directory?

1 Answers   CGI,


what is the command to print last 8 lines of any text file.

10 Answers  


what is the function of grep command?

4 Answers  


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

1 Answers  


what does the job command do?

4 Answers  


which command is used to identify the type of the file?

3 Answers  


boot process?

2 Answers   Atos Origin, Wipro,


Categories