Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 443 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 443 Bytes

sshpower

Manage (many) SSH Tunnels with plink and Powershell on Windows

Preperation: Install Putty, or fix paths to access plink.exe

Infos:

  • create a Folder
  • Copy config.ssh.sample to config.ssh
  • copy autossh.ps1
  • enter your Ips an Ports in the csv

open cmd and cd to the folder

for testing and qick cmd: PowerShell.exe -ExecutionPolicy Bypass \autossh.ps1

Code Inspired by Anton Shkuratov and a stackposting and rescued here...