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
If you are in the directory you want the contents of the git repository dumped to, run: | |
git clone [email protected]:whatever . | |
The "." at the end specifies the current folder as the checkout folder. |
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
host ftp.example.com | |
IdentityFile ~/.ssh/key-for-example.pem | |
HostName example.com | |
User foo | |
# Source: http://fetchsoftworks.com/fetch/messageboard/sftp-with-public-key-how |
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
ssh-keygen -R hostname |
NewerOlder