Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to configure ssh (port 22) access #2

Open
vsoch opened this issue Jun 25, 2019 · 7 comments
Open

Need to configure ssh (port 22) access #2

vsoch opened this issue Jun 25, 2019 · 7 comments

Comments

@vsoch
Copy link
Owner

vsoch commented Jun 25, 2019

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

image

@ericfranz
Copy link

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

@vsoch
Copy link
Owner Author

vsoch commented Jun 25, 2019

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!

@treydock
Copy link

@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.

@vsoch
Copy link
Owner Author

vsoch commented Jun 25, 2019

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

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

etc.

@vsoch
Copy link
Owner Author

vsoch commented Jun 25, 2019

wooo an app!

image

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

@vsoch
Copy link
Owner Author

vsoch commented Jun 25, 2019

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

@kmanalo
Copy link

kmanalo commented May 8, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants