Fedora 17 Configuring SSH and Windows remote connections

Source: Internet
Author: User
Tags openssh server

Reprinted from: http://nanjingjiangbiao-t.iteye.com/blog/1794213

The openssh server is already installed by default in Fedora , and does not need to be mounted, but is not turned on by default.

The following actions need to be done under the root user.

1. Check if it is installed properly

[Email protected] ~]# Rpm-qa | grep openssh-serveropenssh-server-7.1p2-3.fc23.i686

If you do not have a normal installation, follow these commands to install:

[email protected] ~]# Yum install Openssh-server

2. Turn on the SSH service

[Email protected] ~]# systemctl start Sshd.service

3. Start the service with the system

[Email protected] ~]# Systemctl enable Sshd.service

4. Open 22 ports

[[email protected] ~]# iptables-i input-p TCP--dport 22-j ACCEPT

Fedora 17 Configuring SSH and Windows remote connections

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.