

Open the file you’ve just created ~/.ssh/id_rsa.pub with your favorite text editor, and copy contents to your Git repository’s keys field (GitHub, beanstalk, or any other repository provider), under your account.Execute the following command: ssh-keygen -t rsa (when prompted, enter password, key name can stay the same).Navigate to your home directory by typing: cd ~/.Note: your_home_directory is either C:\Users\your_username (on Windows Vista / 7 / 8 / 10), or C:\Documents and Settings\your_username (on Windows XP) Mac Be sure that you don’t copy any whitespace while copying public key’s content (id_rsa.pub).Open file your_home_directory/.ssh/id_rsa.pub with your favorite text editor, and copy contents to your Git repository’s keys field ( GitHub, beanstalk, or any other repository provider), under your account.Type in the following: ssh-keygen -t rsa (when prompted, enter password, key name can stay the same).Open Git Bash that you just installed (Start->All Programs->Git->Git Bash).Go to this address, and download Git for Windows, after the download install it with default settings.

If you sign in through Google and haven't defined a password, you can set one on the Reset Password page.Hi there! This post will be pretty straightforward and will cover Windows, Mac, and Linux, so if you don’t know how to do it already, read on. Make site changes via SFTP or Git using your account password to authenticate. You can still access the sites if you have active sites and no keys remaining. Click the Remove button next to the key you want to delete:.Navigate to the Account tab of your User Dashboard and click SSH Keys.Remove SSH Key from Pantheon - Classic Dashboard Remove SSH Key from Pantheon Revoke SSH Key from Pantheon - New DashboardĬlick the Revoke button next to the key you want to remove: Use Terminal to copy the SSH clone URL from the site's Connection Info.Įnter the passphrase you set above, if prompted.

You can use your Dev environment to clone your site code to your workstation:

Paste the copied public key into the Add Key box. Open the Account tab in your User Dashboard. You can view a list of available keys on the same page.Ĭlick your username in the top right, then select My Dashboard. Your computer is now set up to securely connect to the Pantheon Git server. Paste the copied public key into the box, and click Save. Go to your Personal Settings, then go to the SSH Keys tab. Identity added: /c/Users/ /.ssh/id_rsa ( _name ] )Īdd Your SSH Key to Pantheon Add SSH Key - New Dashboard Enter passphrase for /c/Users/ /.ssh/id_rsa:
