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

docs: Add IdentitiesOnly option to ssh command examples #628

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

robberwick
Copy link

Update README.md to include the usage of IdentitiesOnly=yes in ssh command examples.

The IdentitiesOnly=yes option is added to the SSH command invocations to ensure that only the specified identity file is used for authentication. This prevents SSH from attempting to use any other keys in the ~/.ssh directory, which is particularly useful when multiple keys are present. This change addresses the issue where "user not found" and "unauthenticated" errors occur when issuing commands the Soft Serve server over SSH by ensuring the correct key is always used.

Update README.md to include the usage of `IdentitiesOnly=yes` in ssh command examples.

The `IdentitiesOnly=yes` option is added to the SSH command invocations to ensure that only the specified identity file is used for authentication. This prevents SSH from attempting to use any other keys in the `~/.ssh` directory, which is particularly useful when multiple keys are present. This change addresses the issue where "user not found" and "unauthenticated" errors occur when issuing commands the Soft Serve server over SSH by ensuring the correct key is always used.
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

Successfully merging this pull request may close these issues.

1 participant