Search found 2 matches

by sidereal
08 Feb 2026 10:22
Forum: Misc
Topic: Users Reporting Network Under Attack.
Replies: 2
Views: 1246

Re: Users Reporting Network Under Attack.

I noticed a large spike of nodes on the stats.i2p graph on 8 Feb, roughly half the size of the initial attack. They report API 0.9.67.

My system is also tracking 2.5x the normal amount of floodfills (even compared to during-attack numbers).
by sidereal
19 Jan 2026 13:09
Forum: Router
Topic: SSH over i2p command line
Replies: 1
Views: 1130

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".