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 |
In UNIX, what is the command to kill a process?
What are the differences among a system call, a library function, and a unix command?
What does awk stand for?
What is unix command?
Which Command is Used for temprary switch User?
Give the command to display space usage on the UNIX file system.
How do I delete files from command prompt?
what is the use of "test" command in unix?
what is ls -ltd?
What do chmod, chown, chgrp commands do?
Give Command that will move a single file called "unix.txt"
How to install scsi driver in unix? give me explanation clearly?