a random os banner

/os/ - Online Security

News, techniques and methods for computer network security.


New Reply on thread #42
X
Max 20 files0 B total
[New Reply]

[Index] [Catalog] [Banners] [Logs]
Posting mode: Reply [Return]


How can I anonymously ssh into something? Going through Tor and using a freshly generated key for identification is obvious, but how can I make sure that there is no data leakage above all that? I haven't been able to find any guides on that, even though it seems like something a lot of people might be interested in doing.
 >>/42/

eerr through multiple proxies? that's what i2p is for. There's no way that you could request ssh tunneling without being trace route by someone who urge to look over your real IP address. The question is, could he guess which one of you who made that ssh request.
> posting in the little retard's pet board

> captcha required


post this somewhere else if you are interested
 >>/620/
Commenting out
SendEnv LANG LC_*
can help too.

Disabling pubkey auth is important. If you have passwordless key or have key loaded in ssh-agent, option
-oPubkeyAuthentication=no
disables pubkey auth completely.

Also, there's this thing to demonstrate deanon by ssh key:
https://github.com/FiloSottile/whosthere
In ~/.ssh/config so you don't leak your username if you forget to specify one.
host *
	user root

Post(s) action:


Moderation Help
Scope:
Duration: Days

Ban Type:


7 replies | 0 file
New Reply on thread #42
Max 20 files0 B total