Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 699 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 699 Bytes

About

SSH dynamic port forwarding in Objective-C.

Run steps

  1. Download source code and open it via Xcode.
  2. This project is base on libssh, so before you run this project you need to use brew install libssh at first.
  3. There is a test example in the SDFTest target, you just need to run the test and then input your 'server/username/password' follow the directions in debug area.
  4. If you see [INFO] Server is running at: [127.0.0.1:7575] it means the socks5 server is ready at localhost and port is 7575.
  5. You can use curl --socks5-hostname 127.0.0.1:7575 https://www.google.com.hk/ to check if the socks5 server is working or not.

Licence

LGPL