Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luke-jr/ssh-proxy
SSH proxy server
https://github.com/luke-jr/ssh-proxy
Last synced: 10 days ago
JSON representation
SSH proxy server
- Host: GitHub
- URL: https://github.com/luke-jr/ssh-proxy
- Owner: luke-jr
- Created: 2014-06-04T02:36:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T22:17:13.000Z (over 10 years ago)
- Last Synced: 2024-05-02T01:03:40.777Z (6 months ago)
- Language: Python
- Size: 129 KB
- Stars: 5
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
== 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'