Questions tagged [public-key-encryption]

17 questions
0
votes
1 answer

Automating SSH authentication to GitHub - what should ~/.ssh/config file look like?

I'm trying to automate logins to GitHub using a private key, so that I can do "git pull/add/commit/push" from a BASH script. If I put this in ~/.ssh/config, it works: Hostname github.com User git IdentityFile ~/.ssh/mygitkey.pem Unfortunately,…
John Heyer
  • 211
  • 1
  • 3
  • 10
-4
votes
2 answers

About digital signatures. Are they really secure?

Let's suppose I want to send you an encrypted and signed message, to demonstrating authenticity and integrity, together with the natural security of asymmetric key cryptography. The procedure is, if I'm not wrong, the following one: I create a…
ABu
  • 499
  • 1
  • 6
  • 19
1
2