hackerschoice / gsocket

Connect like there is no firewall. Securely.
https://www.gsocket.io
BSD 2-Clause "Simplified" License
1.53k stars 129 forks source link

gs-sftp outputs Secret twice #22

Closed rootTHC closed 3 years ago

rootTHC commented 3 years ago

user@test:~/gsocket/tools$ ./gs-sftp -l Enter Secret (or press Enter to generate): =Secret :"xxxW6e1r" =Extra arguments: '-s xxxW6e1r' =Secret : "xxxW6e1r"

Potential fix to start underlying gs-netcat with -q or -Q option to prevent startup message or use env variable??

rootTHC commented 3 years ago

fixed on master branch