I typed "hello" and hit Enter, and the whole thing froze. Had to close my shell because I couldn't get out of the chat session any other way. Not great.
pretty sure they are running maintenance rn. OP posted <40mins ago that they were taking it down temporarily for some spam proteciton. I personally can't even connect
Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
101–110 of 154 posts
Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#102Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#103Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#104I typed "hello" and hit Enter, and the whole thing froze. Had to close my shell because I couldn't get out of the chat session any other way. Not great.
Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#105Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#106Devzat will be temporarily down while I figure out some good auto-moderation
yeah it was a matter of time before people starting spamming
Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#107Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#108Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#109Earlier quoted context omitted.
yeah it was a matter of time before people starting spamming
I would have expected some self selection: these are people from HN who know how to use SSH. Not exactly a high bar but implies some proficiency with software.
they've been some of the worst. I don't know what it is about this site that people place so much positive bias here.
Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH
#110I just get "Permission denied (publickey)". The README says to just run ssh-keygen, but I already have an RSA key. Does this server only support ed25519 or something?
I think you are correct. Was able to get in by first doing `ssh-keygen -t ed25519` to create new private/public keys (be careful not to overwrite ssh keys that you are already using for other things!). RSA support is being phased out in various places.