Skip to content

waltervargas/ewtunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ewtunnel

Enterprise SSH Tunnel Tool Example

Download

ewtunnel releases

Usage

  1. Connect via RDP/SSH to a windows machine behind a ssh bastion.

    ewtunnel.exe --bastion bastion1.example.com --remotehost windows1.example.corp --rdpopen
    
  2. Connect via RDP/SSH to 2 windows machines behind a ssh bastion.

    ewtunnel.exe --localport 3388 --bastion bastion1.example.com --remotehost windows1.example.corp --rdpopen
    ewtunnel.exe --localport 3390 --bastion bastion1.example.com --remotehost windows2.example.corp --rdpopen
    
  3. Connect via RDP/SSH using different user credentials

    ewtunnel.exe --user ANT\username --bastion bastion1.example.com --remotehost windows1.example.corp --rdpopen
    
  4. Connect via RDP/SSH using a different port on remote host

    ewtunnel.exe --bastion bastion1.example.com --remotehost windows1.example.corp --remoteport 3388 --rdpopen
    
  5. Connect via RDP/SSH using a different ssh port on the ssh bastion.

    ewtunnel.exe --bastion bastion1.example.com --bastionport 2222 --remotehost windows1.example.corp --remoteport 3388 --rdpopen