~longbow/percona-xtrabackup/fix664986

« back to all changes in this revision

Viewing changes to doc/source/howtos/ssh_server.rst

  • Committer: Alexey Kopytov
  • Date: 2011-07-19 07:15:08 UTC
  • mfrom: (290.2.1 staging)
  • Revision ID: akopytov@gmail.com-20110719071508-lxkx7tgghohnevkn
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=========================================
 
2
 Installing and configuring a SSH server
 
3
=========================================
 
4
 
 
5
Many Linux distributions only install the ssh client by default. If you don't have the ssh server installed already, the easiest way of doing it is by using your distribution's packaging system: ::
 
6
 
 
7
     ubuntu$ sudo apt-get install openssh-server
 
8
  archlinux$ sudo pacman -S openssh
 
9
 
 
10
You may need to take a look at your distribution's documentation or search for a tutorial in the internet to configure it if you haven't done it before. 
 
11
 
 
12
Some links of them are:
 
13
 
 
14
*  Debian - http://wiki.debian.org/ssh
 
15
 
 
16
*  Ubuntu - https://help.ubuntu.com/6.06/ubuntu/serverguide/C/openssh-server.html
 
17
 
 
18
*  Archlinux - https://wiki.archlinux.org/index.php/SSH
 
19
 
 
20
*  Fedora - http://docs.fedoraproject.org/en-US/Fedora/12/html/Deployment_Guide/s1-openssh-server-config.html
 
21
 
 
22
*  CentOS - http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-openssh-server-config.html
 
23
 
 
24
*  RHEL - http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/ch-OpenSSH.html