<hr>
 
<hr>
    +
<htmlet>fedora</htmlet>
   −
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.
+
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.
 
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>
 
</pre>
   −
or 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.
+
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 ==
 
== Configuring the Fedora Linux Firewall to Allow SSH Connections ==
 
</pre>
 
</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:
+
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>
 
<pre>
 
== 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'' tool or from the command line. To disable the sshd service from the command line:
+
Having configured the system to run the SSH server we can now look at how to disable it. As we 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>
 
<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:
 
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:
<google>ADSDAQBOX_FLOW</google>
+
<htmlet>adsdaqbox_flow</htmlet>
            Exception encountered, of type "Error"
[3407768c] /index.php?title=Configuring_Fedora_Linux_Remote_Access_using_SSH&diff=29740&oldid=8163 Error from line 434 of /var/www/techotopia/includes/diff/DairikiDiff.php: Call to undefined function each()
Backtrace:
#0 /var/www/techotopia/includes/diff/DairikiDiff.php(544): DiffEngine->diag()
#1 /var/www/techotopia/includes/diff/DairikiDiff.php(344): DiffEngine->compareSeq()
#2 /var/www/techotopia/includes/diff/DairikiDiff.php(227): DiffEngine->diffLocal()
#3 /var/www/techotopia/includes/diff/DairikiDiff.php(721): DiffEngine->diff()
#4 /var/www/techotopia/includes/diff/DairikiDiff.php(859): Diff->__construct()
#5 /var/www/techotopia/includes/diff/DairikiDiff.php(980): MappedDiff->__construct()
#6 /var/www/techotopia/includes/diff/TableDiffFormatter.php(194): WordLevelDiff->__construct()
#7 /var/www/techotopia/includes/diff/DiffFormatter.php(140): TableDiffFormatter->changed()
#8 /var/www/techotopia/includes/diff/DiffFormatter.php(111): DiffFormatter->block()
#9 /var/www/techotopia/includes/diff/DifferenceEngine.php(881): DiffFormatter->format()
#10 /var/www/techotopia/includes/diff/DifferenceEngine.php(797): DifferenceEngine->generateTextDiffBody()
#11 /var/www/techotopia/includes/diff/DifferenceEngine.php(728): DifferenceEngine->generateContentDiffBody()
#12 /var/www/techotopia/includes/diff/DifferenceEngine.php(662): DifferenceEngine->getDiffBody()
#13 /var/www/techotopia/includes/diff/DifferenceEngine.php(632): DifferenceEngine->getDiff()
#14 /var/www/techotopia/includes/diff/DifferenceEngine.php(453): DifferenceEngine->showDiff()
#15 /var/www/techotopia/includes/page/Article.php(797): DifferenceEngine->showDiffPage()
#16 /var/www/techotopia/includes/page/Article.php(508): Article->showDiffPage()
#17 /var/www/techotopia/includes/actions/ViewAction.php(44): Article->view()
#18 /var/www/techotopia/includes/MediaWiki.php(490): ViewAction->show()
#19 /var/www/techotopia/includes/MediaWiki.php(287): MediaWiki->performAction()
#20 /var/www/techotopia/includes/MediaWiki.php(714): MediaWiki->performRequest()
#21 /var/www/techotopia/includes/MediaWiki.php(508): MediaWiki->main()
#22 /var/www/techotopia/index.php(41): MediaWiki->run()
#23 {main}