CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 05:08:00 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=1fcb8b37c35a6bbbe4b6930bb95a064650558f8282a618b16e8bcfe6d7693996a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22PG2g4bDlToWPNoL1qcKNr2TtnHVjrayP%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d413afbd85c1a1-BLR
SSH Server (Windows) - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # tested on Windows Server 2016
- # download OpenSSH (OpenSSH-Win64.zip). https://github.com/PowerShell/Win32-OpenSSH/releases
- # ekstrak ke C:\Program Files\OpenSSH-Win64
- # edit file sshd_config_default yang ada di direktori di atas, ubah bagian Port
- # buka Powershell dengan klik kanan pilih Run as administrator
- # Path system environment variable, ketik:
- setx PATH "$env:path;C:\Program Files\OpenSSH-Win64" -m
- # outputnya sebagai berikut
- SUCCESS: Specified value was saved.
- # pindah ke direktori OpenSSH, ketik:
- cd "C:\Program Files\OpenSSH-Win64"
- # install script, ketik:
- .\install-sshd.ps1
- # enable automatic startup and start sshd and ssh-agent, ketik:
- Set-Service sshd -StartupType Automatic; Set-Service ssh-agent -StartupType Automatic; Start-Service sshd; Start-Service ssh-agent
- # tambahan, tambahkan port di inbound firewall jika diperlukan
- # If you are trying to change the SSH port in a Windows 10/Server 2016/2019 ,you can change the port in the below file
- %programdata%\ssh\sshd_config
- # kalo gak bisa eddit juga config di folder aplikasi
- # kemudian restart service sshd
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Exchange Exploit⭐⭐
Java | 1 sec ago | 0.10 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 4 sec ago | 0.25 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 13 sec ago | 0.10 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 8
JavaScript | 13 sec ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ O
JavaScript | 22 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 26 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ 9
JavaScript | 31 sec ago | 0.25 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 38 sec ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand