ood-compose
ood-compose copied to clipboard
Need to configure ssh (port 22) access
I'm not sure the best way to do this - is there a way to allow connections from ood interface specifically?

I'll ask my colleague about this. He will be in tomorrow.
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 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.
Just from the browser interface. For docker I'd just do:
$ docker exec -it ood bash
$ docker exec -it c1 bash
etc.
wooo an app!

Not configured yet... this is okay, lol :)
This feels like it should work for any general Singularity container services. This is what I want to try and develop.
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.