« earlier | later » Page 1 of 2
SSH for Fun and Profit edit / delete
Writing an SSH client from scratch.
to cryptography python ssh ... on 06 December 2016
Secure Secure Shell edit / delete
Some recommendations for modern SSH configuration. (Note that we've had another major rev of SSH since this was written...)
Making SSH go faster on high-performance networks.
to buffering network performance ssh ... on 13 March 2015
apenwarr/sshuttle edit / delete
A VPN system that works over TCP without TCP-over-TCP problems. On the local machine, a transparent proxy and some firewall rules to rewrite outgoing traffic to it; the transparent proxy reassembles TCP streams, and feeds the data over a multiplexed ssh link to a proxy running on another machine. Neat. It doesn't currently have an option to use SSH's built-in SOCKS support, though -- and it would be cool if it could be made to use an arbitrary SOCKS proxy (e.g. Tor's).
to networking reassembly ssh tcp tcpip transparent-proxy vpn ... on 18 January 2015
Linux Crypto Archives - Arabesque edit / delete
Good overview of Linux tools for cryptography, including GPG etc.
About Crossbear | pki.net.in.tum.de|crossbear.org edit / delete
"Crossbear is a tool that aims to detect and localise Man-in-the-middle (MitM) attacks on the SSL/TLS [and SSH] protocols." It works by comparing the certificate you get with what others got from different locations. (I imagine CDNs will break this as usual...)
to ca certificate security ssh ssl tls ... on 14 December 2013
Mosh: the mobile shell edit / delete
SSH replacement for poor-quality links. It works by effectively distributing screen's model: the client has a full terminal emulator inside it, and does intelligent synchronisation with the server. Downsides: custom crypto (argh!), needs UDP (double argh!), ludicrous complexity.
to network shell software ssh terminal to-package ... on 27 May 2012
Perspectives : Improving SSH-style Host Authentication with Multi-path Network Probing edit / delete
A neat approach to SSL certificate (etc.) validation: have multiple public databases mapping hostnames to certificates, which can be checked automatically. It's a bit of a pity that their plugins include binary libraries...
to certificates firefox security software ssh ssl ... on 26 August 2008
« earlier | later » Page 1 of 2
- ssh | |
1 | + buffering |
1 | + ca |
1 | + certificate |
1 | + certificates |
1 | + crypto |
1 | + cryptography |
1 | + firefox |
1 | + gpg |
1 | + java |
1 | + linux |
2 | + network |
1 | + networking |
1 | + openssh |
1 | + performance |
1 | + python |
1 | + reassembly |
1 | + research |
3 | + security |
1 | + shell |
4 | + software |
3 | + ssl |
1 | + tcp |
1 | + tcpip |
2 | + terminal |
1 | + tls |
1 | + to-package |
1 | + transparent-proxy |
1 | + tutorial |
1 | + vpn |
tasty by Adam Sampson.