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 |
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
what is the difference between npar and vpar in HP-UX?
How do I clear my terminal history?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
What is .sh file?
Which command can you use to find the currently running process in unix server?
What are the commands in UNIX to list the files in a Directory?
How to know a process is a zombie or orphan process?
By using which command we can find the CPU utilization time?
What is the unix command to confirm a remote host is alive or not?
How to add content of one file into another file at the beginning
How do I use grep to find a file?