Skip to content

Commit

Permalink
Merge pull request #593 from freedomofpress/scp-wont-let-me-be
Browse files Browse the repository at this point in the history
Add the "-O" flag to scp commands to force scp instead of sftp
  • Loading branch information
legoktm authored Sep 16, 2024
2 parents ef4e005 + 4e540e4 commit 1c25a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/admin/deployment/offboarding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ SSH key, you should rotate the key in the following manner.

.. code:: sh
scp /home/amnesia/.ssh/newkey.pub scp://app
scp -O /home/amnesia/.ssh/newkey.pub scp://app
and

.. code:: sh
scp /home/amnesia/.ssh/newkey.pub scp://mon
scp -O /home/amnesia/.ssh/newkey.pub scp://mon
#. Add this key to the list of authorized keys.
Expand Down

0 comments on commit 1c25a43

Please sign in to comment.