ood-compose icon indicating copy to clipboard operation
ood-compose copied to clipboard

Need to configure ssh (port 22) access

Open vsoch opened this issue 6 years ago • 7 comments

I'm not sure the best way to do this - is there a way to allow connections from ood interface specifically?

image

vsoch avatar Jun 25 '19 18:06 vsoch

I'll ask my colleague about this. He will be in tomorrow.

ericfranz avatar Jun 25 '19 20:06 ericfranz

cool thanks :) I did the basic reverse proxy setup, but it didn't seem to budge anything. Either way, I'll make sure to get my updated recipes and instructions in the repo before your colleague takes a look!

vsoch avatar Jun 25 '19 20:06 vsoch

@vsoch Your trying to SSH from where to where? Like from docker container to docker container or from docker container to a host? I'm guessing the place your trying to SSH to doesn't have sshd daemon running, hence the connection refused. If sshd is running and listening on port 22 then I'd check firewall and /etc/security/access.conf if pam_access is in use.

treydock avatar Jun 25 '19 21:06 treydock

Just from the browser interface. For docker I'd just do:

$ docker exec -it ood bash
$ docker exec -it c1 bash

etc.

vsoch avatar Jun 25 '19 21:06 vsoch

wooo an app!

image

Not configured yet... this is okay, lol :)

vsoch avatar Jun 25 '19 21:06 vsoch

This feels like it should work for any general Singularity container services. This is what I want to try and develop.

vsoch avatar Jun 25 '19 21:06 vsoch

Many months late, but I finally gave it a ood-compose a try. @treydock is right, sshd needs to be running on the container slurmctld and user ood needs to be set up on that container also. I get shell access working. I can submit a patch for this next week.

kmanalo avatar May 08 '20 12:05 kmanalo