Changes

Jump to: navigation, search

Configuring Fedora Linux Remote Access using SSH

120 bytes added, 19:24, 20 August 2007
Disabling the SSH Server
== 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 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'' toolor from the command line. To disable the sshd service from the command line: <pre>su -/sbin/service sshd stop</pre> To launch the services tool click on the desktop ''System'' menu and select ''Services'' from the ''Administration'' sub-menu. Enter your password when prompted to do so. The Services tool will appear containing a list of all available services. Scroll down to find the ''sshd'' entry as shown below:
[[Image:fedora_linux_services_ssh.jpg]]
Uncheck the box next to the SSH entry and click on the ''Stop'' button. The SSH server is now disabled. To re-enable the server, repeat the above steps and check the box next to ''sshd'' to enable the service.

Navigation menu