Search found 1 match

by sidereal
19 Jan 2026 13:09
Forum: Router
Topic: SSH over i2p command line
Replies: 1
Views: 234

Re: SSH over i2p command line

The ssh command works a bit differently from that. Here's what you run on your client to access your server via I2P:

Code: Select all

ssh -i /home/XXXX/.ssh/keys/i2pd_PC user@172.0.0.1 -p 8781
Essentially, you use the client tunnel as your "server address".