This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-25
Channels
- # announcements (2)
- # beginners (30)
- # biff (12)
- # calva (2)
- # cider (62)
- # clerk (18)
- # clj-commons (20)
- # clojure (9)
- # clojure-europe (6)
- # clojure-switzerland (1)
- # core-logic (6)
- # datomic (4)
- # events (3)
- # fulcro (1)
- # membrane (15)
- # off-topic (16)
- # portal (24)
- # practicalli (2)
- # releases (1)
- # rewrite-clj (45)
- # shadow-cljs (14)
- # tools-build (1)
- # xtdb (4)
Hi, I used to connnect to my datomic cloud compute instance like described here https://github.com/markbastian/replion It broke sometime recently. Now it seems like ec2 by default has a sshd config that does not allow tcp forwarding, can that be my issue? Do you know how to configure ec2 to allow that? I can connect with ssh fine. But trying to connect to the nrepl says "administratively prohibited: open" in the ssh session. sshd_config has
#AllowAgentForwarding yes
#AllowTcpForwarding yes
those commented outMy access is still fine but I'm yet to upgrade to the latest Cloud release that came out a few weeks ago. I don't know if they made changes that could impact this. I've been using replion's procedure to the letter for a few years now without issue. Didn't need to edit sshd_config.