Skip to content

Instantly share code, notes, and snippets.

If you are in the directory you want the contents of the git repository dumped to, run:
git clone git@github.com:whatever .
The "." at the end specifies the current folder as the checkout folder.
@alwerner
alwerner / SFTP with public key
Created August 13, 2012 15:28
SFTP with public key
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