Domain Name Forum

Domain Name Forum (http://www.domainnameforum.org/index.php)
-   VPS Forum (http://www.domainnameforum.org/forumdisplay.php?f=58)
-   -   How to enable SFTP (http://www.domainnameforum.org/showthread.php?t=67433)

WebHosting 02-01-2010 03:25 AM

How to enable SFTP
 
hi, I have vps from hostgator.com with cpanel/whm Currently my account are constantly hacked due to ftp usernmae and password compromised from...

austing 07-25-2015 01:42 PM

Just create a support ticket and technicians should be able to recover this. Make sure that next time, you'd be able to set a complex password not found in the dictionary. https://imagicon.info/cat/6-4/1.gif

ziya.pathan 12-25-2016 11:54 PM

Steps
1.Download the latest OpenSSH for Windows binaries (package OpenSSH-Win32.zip)
Extract the package to a convenient location (we will use C:\openssh in this guide)
As the Administrator, install SSHD and ssh-agent services:
powershell.exe -ExecutionPolicy Bypass -File install-sshd.ps1
Generate server keys by running the following commands from the C:\openssh:

.\ssh-keygen.exe -A

2.Open a port for the SSH server in Windows Firewall:

Either run the following PowerShell command (Windows 8 and 2012 or newer only), as the Administrator:
New-NetFirewallRule -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH
or go to Control Panel > System and Security > Windows Firewall > Advanced Settings > Inbound Rules and add a new rule for port 22.


All times are GMT -4. The time now is 08:02 AM.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.