LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to use SSH (Secure Shell Host) in RHEL. (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-use-ssh-secure-shell-host-in-rhel-687584/)

RMLinux 12-01-2008 06:56 PM

How to use SSH (Secure Shell Host) in RHEL.
 
Hi Keen Buddies!

How to use SSH (Secure Shell Host) in RHEL.?

billymayday 12-01-2008 07:11 PM

The server daemon should be running by default.

What are you trying to do/what is the problem?

sheelraj 12-01-2008 07:14 PM

ssh -X user@hostname

-X Enables X11 forwarding. This can also be specified on a per-host basis in a configuration file.

RMLinux 12-01-2008 07:19 PM

SSH (Secure Shell Host)

Secure Shell Host (SSH) is perhaps the most expert security feature used to look after the web communication methods. There are encrypted channels present through which users can access different computers over the Internet and carry out certain specific commands from a distant place. SSH protects the transfer process of digital content between computers connected through the internet. This process also prevents hackers from stealing your valuable data. http://blog.eukhost.com/webhosting/f...ebsite-secure/

So I want it to protect my valuable data. :-)

How to use it on my website server?

billymayday 12-01-2008 07:27 PM

ssh allows you to access your machine remotely over the web securely, and do various other things. The main use is to run commands on a remote machine (do admin, etc).

As the earlier poster suggested, from command line, try

ssh user@server

to connect

RMLinux 12-01-2008 07:30 PM

Quote:

Originally Posted by billymayday (Post 3361135)
ssh allows you to access your machine remotely over the web securely, and do various other things. The main use is to run commands on a remote machine (do admin, etc).

As the earlier poster suggested, from command line, try

ssh user@server

to connect

Is it possible to use on my web server supposed I am creating my own server?

billymayday 12-01-2008 07:32 PM

What do you mean?

RMLinux 12-01-2008 07:41 PM

Quote:

Originally Posted by billymayday (Post 3361139)
What do you mean?

What I mean is without using SSL(https), is that my http website is also encrypted when some other users are using it? Is SSH is doing the same in https? What I mean is you can use this ssh to make your site encrypted to others while they are accessing your website so the hackers cannot get important data on your site?

billymayday 12-01-2008 07:50 PM

You may be able to force tunneling to do something similar, but why wouldn't you use SSL? That is not what ssh is designed for.

RMLinux 12-01-2008 08:02 PM

Quote:

Originally Posted by billymayday (Post 3361157)
You may be able to force tunneling to do something similar, but why wouldn't you use SSL? That is not what ssh is designed for.

okay thanks a lot dud, meaning SSH is not like SSL. now I understand.


All times are GMT -5. The time now is 03:53 AM.