One safety tip: disable SSH Agent Forwarding before you connect, otherwise the remote server can theoretically reuse your private key to establish new connections to GitHub.com or prod servers (though this host is unlikely malicious). https://www.clockwork.com/insights/ssh-agent-hijacking/ (SSH Agent Hijacking)
That's terrifying. I don't understand why the design requires Forwarding to work without more explicit consent from the client at use time. (That is, when the middle tier wants to make a connection, it should forward an encrypted challenge from the server that can only be decrypted, answered, and re-encrypted by the original ssh keyholder on the client, similar to how, you know, ssh itself works over untrusted router…
New startup sells coffee through SSH
241–250 of 430 posts
Re: New startup sells coffee through SSH
#242PSA to anyone making a public SSH service: List the fingerprint, not the host key, thanks. (Or better yet list both!)
Please avoid acronyms on HN or spell them out. We don't all live in your context. duckduckgo just says PSA is Prostate specific antigen. What did you mean?
Re: New startup sells coffee through SSH
#243One safety tip: disable SSH Agent Forwarding before you connect, otherwise the remote server can theoretically reuse your private key to establish new connections to GitHub.com or prod servers (though this host is unlikely malicious). https://www.clockwork.com/insights/ssh-agent-hijacking/ (SSH Agent Hijacking)
That's terrifying. I don't understand why the design requires Forwarding to work without more explicit consent from the client at use time. (That is, when the middle tier wants to make a connection, it should forward an encrypted challenge from the server that can only be decrypted, answered, and re-encrypted by the original ssh keyholder on the client, similar to how, you know, ssh itself works over untrusted router…
Re: New startup sells coffee through SSH
#244PSA to anyone making a public SSH service: List the fingerprint, not the host key, thanks. (Or better yet list both!)
Please avoid acronyms on HN or spell them out. We don't all live in your context. duckduckgo just says PSA is Prostate specific antigen. What did you mean?
Re: New startup sells coffee through SSH
#245Did you go and source it from farms? Is this sourced from another company? Whose blend? Do you provide the roast date on the bag?
Re: New startup sells coffee through SSH
#246PSA to anyone making a public SSH service: List the fingerprint, not the host key, thanks. (Or better yet list both!)
Please avoid acronyms on HN or spell them out. We don't all live in your context. duckduckgo just says PSA is Prostate specific antigen. What did you mean?
Re: New startup sells coffee through SSH
#247Earlier quoted context omitted.
I love TUI (as in text-based user interfaces) so much more than GUI. It always felt like a far more peaceful and productive environment.
I love the idea of TUIs, but I honestly don't have a lot of experience with them. There's a lovely Go library called Wish that I keep looking for reasons to use. https://github.com/charmbracelet/wish
Re: New startup sells coffee through SSH
#248PSA to anyone making a public SSH service: List the fingerprint, not the host key, thanks. (Or better yet list both!)
Please avoid acronyms on HN or spell them out. We don't all live in your context. duckduckgo just says PSA is Prostate specific antigen. What did you mean?
Re: New startup sells coffee through SSH
#249Re: New startup sells coffee through SSH
#250One safety tip: disable SSH Agent Forwarding before you connect, otherwise the remote server can theoretically reuse your private key to establish new connections to GitHub.com or prod servers (though this host is unlikely malicious). https://www.clockwork.com/insights/ssh-agent-hijacking/ (SSH Agent Hijacking)
*disable ssh agent FORWARDING. Which honestly should always be disabled. There are no trusted hosts.