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 |
Explain command to show the space allocation of files?
How to find and replace the below command?
why unix operating system provides more security than other operating systems?
hw will u use awk in replacing cahrs and files
why unix commands can be divided into internal and external commands?
Can you explain a little bit about command substitution?
distinguish between user mode and kernel mode?
Does cp command overwrite files?
What is the comma to display different lines that are found when compare two files?
How to convert a hidden file to normal visible file?
how to unzip the contents of the gzip file
What is the command to compare two files in unix?