Why aren’t we using SSH for everything?
medium.com
Why aren’t we using SSH for everything?
1–10 of 105 posts
Re: Why aren’t we using SSH for everything?
#2Re: Why aren’t we using SSH for everything?
#3Re: Why aren’t we using SSH for everything?
#4I wonder if his chat server has been hit by a botnet yet trying to ssh in and then sending tons of shell commands
Re: Why aren’t we using SSH for everything?
#5I wonder if his chat server has been hit by a botnet yet trying to ssh in and then sending tons of shell commands
Btw previous HN thread about ssh-chat here: https://news.ycombinator.com/item?id=8743374
Re: Why aren’t we using SSH for everything?
#6Re: Why aren’t we using SSH for everything?
#7If you believe Jacob Appelbaum, we probably should not be using SSH for anything http://media.ccc.de/browse/congress/2014/31c3_-_6258_-_en_-_...
Re: Why aren’t we using SSH for everything?
#8If you believe Jacob Appelbaum, we probably should not be using SSH for anything http://media.ccc.de/browse/congress/2014/31c3_-_6258_-_en_-_...
Yea I was fairly confused about that announcement as I couldn't find anything damning in the released docs about SSH. Do you have a reference to a specific document/slide?
The NSA also has a program with which it claims it can sometimes decrypt the Secure Shell protocol (SSH). This is typically used by systems administrators to log into employees' computers remotely, largely for use in the infrastructure of businesses, core Internet routers and other similarly important systems. The NSA combines the data collected in this manner with other information to leverage access to important systems of interest.
(source: http://www.spiegel.de/international/germany/inside-the-nsa-s... )
Still incredibly vague. If they're archiving all traffic in hopes of decrypting it some day though, it's safe to say we should treat anything on the internet as the shiny side of one way glass.
Re: Why aren’t we using SSH for everything?
#9 $ cat .ssh/authorized_keys
command="tmux new-session -A -s base" ssh-rsa [...]
Automatically creates or joins a tmux session named base, and disconnects the SSH session when you disconnect from the tmux session.So, yeah, why don't we use SSH for more?
Re: Why aren’t we using SSH for everything?
#10If you believe Jacob Appelbaum, we probably should not be using SSH for anything http://media.ccc.de/browse/congress/2014/31c3_-_6258_-_en_-_...