0% found this document useful (0 votes)
33 views1 page

Connecting To RHEL Server

Uploaded by

pmmanick
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views1 page

Connecting To RHEL Server

Uploaded by

pmmanick
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Virtual Terminals :-

chvd

Using su to work as anothr user :-

su - (root user password)

exit

su - linda

Using sudo to perform Administrative Taks :

sudo is used to run tasks as another user.

users must be authorized to use sudo

Authorization through /etc/sudoers and /etc/sudoers.d/*

using ssh to Login remotely :-

SSH is Secure Shell

Identity of target server is verified through host keys

After initial connection host key is stored in ~/.ssh/known_hosts

sensitive data will be sent through an encrypted connection

Use ssh -X or ssh -Y to display graphical screens from the target server
locally

ssh localhost

You might also like