ssh-p2p icon indicating copy to clipboard operation
ssh-p2p copied to clipboard

ssh p2p tunneling server and client

Results 10 ssh-p2p issues
Sort by recently updated
recently updated
newest added

@nobonobo i Don't know if you want these changes, but your code was helpful to me, and then updating it to pion v3 (with changes from @hikarino-my ) still works...

Server: ubuntu 20.04 Client: Ubuntu 18.04.6 LTS bionic beaver Error message appears repeatedly at 1-2 second intervals on both client and server. main.go:108: get failed: invalid character '

I'm currently trying to do port forwarding of another IP in the host network by using a reverse tunnel. I connected everything like how it is described and executed the...

SSH works great Attempting to use SCP does not. ``` Failed to push SCTP packet: Failed handling chunk: Failure handling SACK: SACK Cumulative ACK 879487160 is older than ACK point...

The server was run on VirtualBox Ubuntu 18.04 and `openssh-server` is installed on the server. `openssh-server` is accessible if connect to it from localhost. The Internet is present on the...

Will be good to simplify connection process via one command on client and server. So auto-generate new key and store it in somewhere like `.config/ssh-p2p` and show short instruction for...

This commit changed functions names: https://github.com/pions/webrtc/commit/b67f73c34fc0c7acb99d97791800624311d1ba69 Which cause a compilation error : ``` src/github.com/nobonobo/ssh-p2p/main.go:197:14: undefined: webrtc.New src/github.com/nobonobo/ssh-p2p/main.go:263:13: undefined: webrtc.New ```

Cool Project! I try to use ssh-p2p from China, but Google services is non-accessible from China. Is it possible to use it without Google service. Do you have any suggestion?...