Last active
May 14, 2023 18:16
-
-
Save afreisinger/b08b48e96fea7e559456521f0e38bad8 to your computer and use it in GitHub Desktop.
ssh config dir
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
mkdir -p ~/.ssh && chmod 700 ~/.ssh | |
touch ~/.ssh/config | |
chmod 600 ~/.ssh/config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
first commit