Skip to content

luke-jr/ssh-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

== Proxy Setup ==

ssh-keygen -f ssh-proxy-host-rsa.key -N ''


== Proxy Start ==

./ssh-proxy.py

== Servers ==

SSH_AUTH_SOCK= ssh friendlyhostname@proxyserver -p 2200 -R 22:localhost:22 -o StrictHostKeyChecking=no -i /etc/ssh/ssh_host_ecdsa_key -N

== Clients ==

ssh client@proxyserver -p 2200 ls
ssh -o ProxyCommand='ssh client@proxyserver -p 2200 %h' 'aa:bb:cc:dd:ee:ff:00:11:22:33:44:55:66:77:88:99'

About

SSH proxy server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages