1

I want to do ssh -ND 888 root@0.0.0.0 functionality in my macos app can someone please suggest any idea ?

I tried with libSSH but not helpful I want to do SOCKS5 Proxy

Swift or Objective-C both okay, just want something working... Thanks

CodingWithRoyal
  • 1,006
  • 1
  • 6
  • 15

1 Answers1

1

I had resolved this with SwiftNioSSH

https://github.com/apple/swift-nio-ssh

Its really good repo from Apple, right now in early stage but have really good feature

CodingWithRoyal
  • 1,006
  • 1
  • 6
  • 15