threefoldtecharchive / threefold_hub

Apache License 2.0
0 stars 2 forks source link

Trying to sshuttle to Mercuryo #91

Closed dmitri-alleo closed 2 years ago

dmitri-alleo commented 2 years ago

As the VMs IP was whitelisted in order to connect to the Mercuryo sandbox for testing the TFTs purchase on the Testnet,

after generating the wallet and trying to sshuttle to Mercuryo

sshuttle -r root@185.206.122.151 0.0.0.0/0 --dns -v

getting the password request

root@AlleoShuttle1:~/js-ng# sshuttle -r root@185.206.122.151 0.0.0.0/0 --dns -v -vvvv
Starting sshuttle proxy.
firewall manager: Starting firewall with Python version 3.8.10
firewall manager: ready method name nat.
IPv6 enabled: False
UDP enabled: False
DNS enabled: True
User enabled: False
Binding redirector: 12300
TCP redirector listening on ('127.0.0.1', 12300).
TCP redirector listening with <socket.socket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 12300)>.
Binding DNS: 12300 12299
DNS listening on ('127.0.0.1', 12299).
DNS listening with <socket.socket fd=7, family=AddressFamily.AF_INET, type=SocketKind.SOCK_DGRAM, proto=0, laddr=('127.0.0.1', 12299)>.
Starting client with Python version 3.8.10
c : connecting to server...
c : executing: ['ssh', 'root@185.206.122.151', '--', 'exec /bin/sh -c \'P=python3; $P -V 2>/dev/null || P=python; exec "$P" -c \'"\'"\'import sys, os; verbosity=5; sys.stdin = os.fdopen(0, "rb"); exec(compile(sys.stdin.read(1317), "assembler.py", "exec"))\'"\'"\'\'']
c :  > channel=0 cmd=PING len=7 (fullness=0)
root@185.206.122.151's password: 
dmitri-alleo commented 2 years ago

Wrong repo