Fedora 17 configure SSH and Windows Remote connection

Source: Internet
Author: User
Tags openssh server

By default, the OpenSSH server is installed on fedora 17. You do not need to install it again, but it is not enabled by default.

The following operations must be performed under the root user.

1. Check whether the installation is normal.

# Rpm-Qa | grep openssh-Server

If the installation is not normal, run the following command to install it:

# Yum install OpenSSH-Server

2. Enable the SSH service

# Systemctlstart sshd. Service

3. Start the service along with the System

# Systemctlenable sshd. Service

4. open port 22

# Iptables-I input-P TCP -- dport 22-J accept

You can also use the firewall graphical tool to configure the settings.

5. Test

Prepare two machines or virtual machines. Here I use fedora17, 192.168.10.20.ip, win7 and 192.168.10.254 IP. Make sure that the two machines are in the same LAN and can be pinged.

Test with SSH secureshell

After the password is entered, the shell interface is displayed:

The test is successful.

 

Download two SSH tools:
Securecrsecurefxp
Green Edition SSHSecureShellClient-3.2.9

Related Article

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.