heroku complaining about my public key created by ssh-keygen2
Posted
by yuri
on Stack Overflow
See other posts from Stack Overflow
or by yuri
Published on 2010-05-04T18:11:29Z
Indexed on
2010/05/19
2:20 UTC
Read the original article
Hit count: 366
I am trying to access my heroku app from work (windows machine).
I installed cygwin on the machine and generated ssh-key as well. However, I get the below error:
C:>heroku keys:add "C:\cygwin\home\4541450\[email protected]" Uploading ssh public key C:\cygwin\home\4541450\[email protected] Enter your Heroku credentials. Email: [email protected] Password: Uploading ssh public key C:\cygwin\home\c54550\[email protected] ! Contents Invalid public key / Contents Invalid public key / Fingerprint can 't be blank
I generated the ssh key with the command below.
ssh-keygen2 "[email protected]" -t rsa
ssh-keygen is not available with this cygwin.
© Stack Overflow or respective owner