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 |
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
what is the advaantage of each user having its own copy of the shell?
How to install scsi driver in unix? give me explanation clearly?
What is the procedure of "at" and crontab" commands?
How are UNIX file permissions represented?
What is the command to find maximum memory taking process on the server?
What is shrinking file system in AIX where it actually resides?
Which command is used to delete all files in the current directory and all its sub-directories?
How do you remove a directory?
what is the default permission for /etc/shadow file in UNIX
What is updatedb?
How do you find path of a directory? Give its syntax.