Changes

Jump to: navigation, search

Configuring Fedora Linux Remote Access using SSH

47 bytes added, 14:40, 2 July 2009
no edit summary
Secure Shell (SSH ) is a TCP/IP service that provides a secure mechanism for remotely logging into one system over either a local network or the internet into another system. SSH also provides the ability to transfer files between remote systems. When a user logs into a remote system using SSH, they receive a command prompt allowing them to enter commands on the remote system as if they were sitting at the remote system and had opened a terminal session.
In this chapter we will cover the steps necessary to configure a Fedora Linux system to accept SSH connections. This involves installing the SSH server on the local systems and configuring the firewall to allow SSH connections.
</pre>
or The service may also be started by using the GUI Service Configuration tool accessed via the ''System->Administration->Services''' menu option. Once the tool has loaded, simply scroll down the list of services until you reach ''sshd''. Select it and click on the ''Start'' button located in the toolbar.
== Configuring the Fedora Linux Firewall to Allow SSH Connections ==
</pre>
Where ''username '' is the name of the user you wish to log in as and ''ipaddress'' is the IP address of your system. You can also substitute the hostname of the system in place of the IP address. If you do not know the IP address run the ''ipconfig'' command in a terminal window. This will output information similar to:
<pre>
== Disabling the SSH Server ==
Having configured the system to run the SSH server we can now look at how to disable it. As we mentions mentioned previously the SSH server runs in the background as a service. In order to disable SSH we need to turn off the SSH service. This can be achieved using the ''Services'' tool or from the command line. To disable the sshd service from the command line:
<pre>
Select the SSH sshd entry and click on the ''Stop'' button. The SSH server is now stopped. If you wish to prevent the service from starting automatically next time the system is re-booted click on the ''Disable'' button.

Navigation menu