Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,381,324

How to Secure an SSH Server for Windows

Tutorial Name: How to Secure an SSH Server for Windows  

Category: PC Tutorials

Submitted By: Ry-Nasty

Date Added:

Comments: 0

Views: 1,127

Related Forum: PC Building Forum

Share:

1

Log in as administrator of your computer. Download copSSH for free (see Resources) and then install it on your server computer using the default options. By default, it will be installed to "C:\Program Files\ICW\."
2

Go to "C:\ Program Files\ICW\etc\sshd_config," open "sshd_config," find "PasswordAuthentication" and set the value to "no".
3

Click "Start," "Control Panel," "User Accounts" and then "Create new account." Create an account for every user who needs to connect to your SSH server.
4

Click "Start," "All Programs" and "copSSH." Select "Activate a user" on the drop-down menu, type a user account and enter a passphrase for the user without changing the other variables. You need to remember the passphrase, as it is related to the private key of the user who is activated in this process.
5

Click "Start," "Control Panel," "System and Security" and click on "Windows Firewall." Click the "Exceptions" tab in the Windows Firewall window, select "SSH" under "Programs and Services," type "22" as the "Port number," choose "TCP" and click "OK." Now your firewall allows TCP port 22 to be used for SSH connections. Your SSH server is now ready for use.

Ratings

Current rating: 10.00 by 1 user
Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"How to Secure an SSH Server for Windows" :: Login/Create an Account :: 0 comments

If you would like to post a comment please signin to your account or register for an account.