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

Check if sshpass is available #18

Open
marcvs opened this issue Feb 4, 2022 · 1 comment
Open

Check if sshpass is available #18

marcvs opened this issue Feb 4, 2022 · 1 comment

Comments

@marcvs
Copy link
Collaborator

marcvs commented Feb 4, 2022

Withouth sshpass installed I get this error:

Usage: mccli [OPTIONS] COMMAND [ARGS]...

Error: No such command 'ssh-oidc-demo.data.kit.edu'.

Which makes sense, if you know the cause :)

Maybe adding a short "Prerequisites" section to installation.rst:

Prerequisites:
=============
Required dependencies:
- `sshpass`: This package is available on most linux distributions as `sshpass`
- `oidc-agent`: This package is available on most linux distributions as `oidc-agent` (use `oidc-agent-cli` on systems without GUI)
     
@dianagudu
Copy link
Owner

sshpass is not required by mccli, it is only an alternative to mccli, and --dry-run gives you the sshpass command after deploying the local account.

What command did you run to get this error?

It seems like you might be missing the ssh in mccli ssh ssh-oidc-demo.data.kit.edu.

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

2 participants