Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
131–140 of 154 posts
Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#132Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#133Did you know you are exposing your identity for each "permission denied" error? SSH repeatedly tries all of your public keys to authenticate. Someone was able to harvest that and figure multiple github profiles of the client in past.
Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#134Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#135Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#136Earlier quoted context omitted.
But unfortunately it is highly censored. And if you're part of any community that is banned, your account is banned as well. It happens often. Something I experienced, as a former member of a nootropics server. I don't find the service very trustworthy, but I think that if you're a gamer, it may work out just fine for you.
I got banned for demonstrating spectre and meltdown to a work audience, during the presentation. FML.
Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#137make sure one's ssh-agent forwarding is off when connecting to strange hosts :)
Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#138Holy crap, moderation is hard.
Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#139Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#140make sure one's ssh-agent forwarding is off when connecting to strange hosts :)
Are you telling me that everyone who clones a repo from GitHub via SSH is in fact authorizing GitHub to use their private key? Why hasn't anyone made a slick web page with a catchy name like AuthBleed or SecretAgent to describe that one yet?
Host * ForwardAgent yes
The scenario you talk about is certainly possible, especially since OpenSSH does not require a "tap" for each authorization once the agent is unlocked. (Side note: this is one thing hardware u2f keys absolutely got correct).