Top "Public-key" questions

Public-key (or asymmetric) cryptography is a form of cryptography that does not require common secrets between the communicating partners.

How to solve Permission denied (publickey) error when using Git?

I'm on Mac Snow Leopard and I just installed git. I just tried git clone [email protected]:cakebook.git …

git ssh ssh-keys public-key
Adding a public key to ~/.ssh/authorized_keys does not log me in automatically

I added the public SSH key to the authorized_keys file. ssh localhost should log me in without asking for …

ssh public-key authorized-keys
GitHub: Permission denied (publickey). fatal: The remote end hung up unexpectedly

I have followed these instructions below to upload a project. Global setup: Download and install Git git config --global user.…

git github public-key
Using scp to copy a file to Amazon EC2 instance?

I am trying to use my Mac Terminal to scp a file from Downloads (phpMyAdmin I downloaded online) to my …

amazon-ec2 terminal copy scp public-key
Permission denied (publickey,keyboard-interactive)

I tried to connect to planetlab node using ssh. It throws me error like Permission denied (publickey,keyboard-interactive). What does …

permissions ssh public-key
Permission denied (publickey) when deploying heroku code. fatal: The remote end hung up unexpectedly

I'm attempting to deploy my code to heroku with the following command line: git push heroku master but get the …

git heroku deployment public-key
key_load_public: invalid format

I used PuTTY Key Generator to generate a 4096 bit RSA-2 key with a passphrase. I save the .ppk and an …

git github ssh public-key
What is the difference between a cer, pvk, and pfx file?

What is the difference between a cer, pvk, and pfx file? Also, which files do I keep and which am …

security public-key
Getting the PublicKeyToken of .Net assemblies

What is the simplest way to find the Public-Key-Token of an assembly? The simplest way I can think of would …

.net visual-studio visual-studio-2010 public-key
Github permission denied: ssh add agent has no identities

This is my first time accessing GitHub and I'm not experienced using a console. I am on a MacBook using …

bash github ssh permission-denied public-key