Fedora 17: Install OpenSSH Server
How to install the OpenSSH Server on Fedora 17 for remote access.
Open a terminal, become root and install the software.
# su -
# yum install -y openssh-server
Use existing user that need to be allowed to SSH remotely (eg someuser someuser2).
Now, edit /etc/ssh/sshd_config and add the following.
PermitRootLogin no
AllowUsers
someuser someuser2
The above will disable logins for root and only permit connects from someuser someuser2.
And finally, enable and start the SSH service.
systemctl enable sshd.service
systemctl start sshd.service
No comments yet.
-
Recent
- Set Time Zone + Fedora 18
- Fedora 17 + Tata Photon (Huawei)
- Fedora 17: Install OpenSSH Server
- Change the default keyring password
- Error: Could not stat() command file ‘/usr/local/nagios/var/rw/nagios.cmd’!
- Gnone 3.X adding personal launcher
- Gnome 3.x Change Panel
- KDE remove autostart programs
- GPS on Linux
- Debian Squeeze change root password
- Download YouTube Videos on Linux
- Pidgin + The certificate for omega.contacts.msn.com could not be validated
-
Links
-
Archives
- April 2013 (1)
- September 2012 (2)
- August 2012 (2)
- July 2012 (2)
- November 2011 (1)
- July 2011 (1)
- April 2011 (1)
- January 2011 (1)
- November 2010 (1)
- September 2010 (2)
- July 2010 (3)
- March 2010 (1)
-
Categories
-
RSS
Entries RSS
Comments RSS
Leave a Reply