devz@ - chat over SSH

jqrjqr OG
edited July 19 in General

I saw this over at Hacker News, I thought it was neat:

https://github.com/quackduck/devzat

The official instance is overwhelmed right now, but I threw a quick one up at leschat.farted.net. Just

ssh <nickname>@leschat.farted.net

using your favorite client. It's also listening on port 443 to bypass firewalls

ssh <nickname>@leschat.farted.net -p 443

@Not_Oles, this is probably right up your alley. If people like it maybe we can run it on a beefier VPS. Right now I'm using my 384MB/10GB VirMach mystery box. It's holding up with just me logged in, but who knows how much load it can bear. 😅

It's pronounced hacker.

Thanked by (3)Not_Oles skorous Janevski

Comments

  • This is cool

    Thanked by (2)jqr Janevski
  • Not_OlesNot_Oles Hosting ProviderContent Writer

    This is cool!

    I tried it! It worked! Had two very fun chats!

    Thanks @jqr!

    Thanked by (2)jqr Janevski

    I hope everyone gets the servers they want!

  • ive got kc2.bgp.199693.xyz (check ping)
    pretty sure i can run it on there, 16G/150G

    Thanked by (1)jqr

    youtube.com/watch?v=k1BneeJTDcU

  • @Otus9051 said:
    ive got kc2.bgp.199693.xyz (check ping)
    pretty sure i can run it on there, 16G/150G

    Thanks for offering! Let's wait see. I think we have to get enough network effect for it to be worth it.

    Thanked by (1)Otus9051

    It's pronounced hacker.

  • Not_OlesNot_Oles Hosting ProviderContent Writer

    HN links:

    I hope everyone gets the servers they want!

  • @jqr said:

    @Otus9051 said:
    ive got kc2.bgp.199693.xyz (check ping)
    pretty sure i can run it on there, 16G/150G

    Thanks for offering! Let's wait see. I think we have to get enough network effect for it to be worth it.

    just tell me when to deploy and i will happily do so!

    Thanked by (1)jqr

    youtube.com/watch?v=k1BneeJTDcU

  • @Otus9051 said:
    bgp.199693.xyz

    $75 invoice is coming.
    The end is nigh.

    HostBrr aff best VPS; VirmAche aff worst VPS.
    Unable to push-up due to shoulder injury 😣

  • Not_OlesNot_Oles Hosting ProviderContent Writer

    What's happening now with this wonderful leschat.farted.net thingy?

    What's the story with the warnings about SSH Agent Forwarding: https://news.ycombinator.com/item?id=40227624 and shell escapes: https://news.ycombinator.com/item?id=41002245 ?

    I feel like I have a lot more to learn. . . .

    Thanked by (1)jqr

    I hope everyone gets the servers they want!

  • @Not_Oles said:
    What's happening now with this wonderful leschat.farted.net thingy?

    I'm still running it. It seems there won't be enough interest to make it worthwhile, but I have fun learning/trying new things.

    What's the story with the warnings about SSH Agent Forwarding: https://news.ycombinator.com/item?id=40227624

    When you connect to a malicious remote server, and you have Agent Forwarding turned on (this is not the default, by the way), then a that server could take your private SSH key and use it to connect to other servers while impersonating you. Again, this is not a potential risk unless you purposefully turn on agent forwarding.

    This one has to do with finding a way to "escape" out of the devz@ process and get shell access to the machine running it. Basically, getting hacked.

    The person that posted the comment you linked, suggested using a Go SSH library instead of the OpenSSH daemon to minimize that risk.

    The devz@ author then replied clarifying that he actually uses the Go library, so the original poster's fear was unfounded.

    It's pronounced hacker.

  • Not_OlesNot_Oles Hosting ProviderContent Writer

    Thanks @jqr!

    I see

    chronos@penguin:/etc/ssh$ sudo grep -r ForwardAgent ssh_*
    ssh_config:#   ForwardAgent no
    chronos@penguin:/etc/ssh$ sudo grep -r AgentForwarding sshd_*
    sshd_config:#AllowAgentForwarding yes
    chronos@penguin:/etc/ssh$ 
    

    I thought it would be interesting and fun to try forwarding, which I never have used before. I wanted to look around and see what I could learn. But, I haven't got to it yet.

    Here's another question. What happens to make devsat asynchronous! I'm running my IRC client in tmux on a shared ctrl-c.club VM. It works great! I guess I could run devsat the same way, in tmux on a VPS, if devsat wouldn't dump me for inactivity.

    Another thing that might be fun would be to try the main devsat server. Have you tried it?

    Thanks again!

    I hope everyone gets the servers they want!

  • @Not_Oles said:
    Here's another question. What happens to make devsat asynchronous! I'm running my IRC client in tmux on a shared ctrl-c.club VM. It works great! I guess I could run devsat the same way, in tmux on a VPS, if devsat wouldn't dump me for inactivity.

    Yeah, this should work fine. I have been disconnected regularly, but that's just because I'm running the client on my workstation and it goes to sleep after a being idle for an hour.

    Another thing that might be fun would be to try the main devsat server. Have you tried it?

    I have not. 😀 I'm not "social" enough.

    Thanked by (1)Not_Oles

    It's pronounced hacker.

Sign In or Register to comment.