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

Add the "-O" flag to scp commands to force scp instead of sftp #593

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

nathandyer
Copy link
Contributor

Status

Ready for review

Description of Changes

This PR simply adds the "-O" flag to the scp commands used in the offboarding guide, which is now required so that it uses scp instead of trying sftp (which will result in an error).

Fixes #592

Testing

  • CI is happy
  • Visual review
  • Confirm command on local setup (optional, @zenmonkeykstop confirmed this originally, and I tested this as well before filing this PR)

Release

Can be made available in stable docs upon merge

Checklist (Optional)

  • Doc linting (make docs-lint) passed locally
  • Doc link linting (make docs-linkcheck) passed
  • You have previewed (make docs) docs at http://localhost:8000

This commit simply adds the "-O" flag to the scp commands used
in the offboarding guide, which is now required so that it uses
scp instead of trying sftp (which will result in an error).

Fixes #592
Copy link
Member

@legoktm legoktm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems correct. Cross-linking freedomofpress/securedrop#7126 for future reference.

@legoktm legoktm added this pull request to the merge queue Sep 16, 2024
Merged via the queue into main with commit 1c25a43 Sep 16, 2024
4 checks passed
@legoktm legoktm deleted the scp-wont-let-me-be branch September 16, 2024 19:16
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.

Update SSH Key Rotation Guide to use -O flag for SCP
2 participants