Created
July 5, 2023 09:24
-
-
Save joram77/d314ac2899cd9fc3147e61102538622d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker cp ./.ssh/id_ed25519 container-name:/root/.ssh/id_rsa ; docker exec container-name bash -c "chmod 700 /root/.ssh/id_rsa" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment