ඔබේ පොදු යතුර හෙරොකු වෙත උඩුගත කළ යුතුය:
heroku keys:add ~/.ssh/id_rsa.pub
ඔබට පොදු යතුරක් නොමැති නම්, බාධාවකින් තොරව ක්රියා කරන ස්වයංක්රීයව එක් කිරීමට හෙරොකු ඔබෙන් විමසනු ඇත. භාවිතා කරන්න:
heroku keys:add
ඔබගේ පෙර යතුරු සියල්ල ඉවත් කිරීමට:
heroku keys:clear
ඔබගේ පවතින සියලුම යතුරු ප්රදර්ශනය කිරීමට:
heroku keys
සංස්කරණය කරන්න:
ඉහත කරුණු මට වැඩ කරන බවක් නොපෙනුණි. මම HOME
පරිසර විචල්යය සමඟ අවුල් වී ඇති අතර SSH වැරදි නාමාවලියෙහි යතුරු සොයමින් සිටියේය.
නිවැරදි නාමාවලියෙහි යතුර සඳහා SSH පරික්ෂා කරන බව සහතික කිරීම සඳහා කරන්න:
ssh -vT git@heroku.com
එමඟින් පහත දැක්වෙන (නියැදි) රේඛා පෙන්වනු ඇත
OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007
debug1: Connecting to heroku.com [50.19.85.156] port 22.
debug1: Connection established.
debug1: identity file /c/Wrong/Directory/.ssh/identity type -1
debug1: identity file /c/Wrong/Directory/.ssh/id_rsa type -1
debug1: identity file /c/Wrong/Directory/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version Twisted
debug1: no match: Twisted
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.6
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'heroku.com' is known and matches the RSA host key.
debug1: Found key in /c/Wrong/Directory/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /c/Wrong/Directory/.ssh/identity
debug1: Trying private key: /c/Wrong/Directory/.ssh/id_rsa
debug1: Trying private key: /c/Wrong/Directory/.ssh/id_dsa
debug1: No more authentication methods to try.
Permission denied (publickey).
ඉහත සිට ඔබට නිරීක්ෂණය කළ හැකිය ssh /c/Wrong/Directory/.ssh
ඩිරෙක්ටරියේ යතුරු සොයන්නේ අප හෙරොකු (භාවිතා කරමින් heroku keys:add ~/.ssh/id_rsa.pub
) වෙත එකතු කළ පොදු යතුරු අප සතුව නොමැති තැනක ( වින්ඩෝස් ඕඑස් හි 7/8 ජයග්රාහී මාවතට ~
යොමු වන බව කරුණාවෙන් සලකන්න. HOME
යනුC:\Users\UserName
)
ඔබගේ වර්තමාන නිවාස නාමාවලිය බැලීමට: echo $HOME
හෝ echo %HOME%
(වින්ඩෝස්)
ඔබේ HOME
නාමාවලිය නිවැරදිව සැකසීමට (නිවැරදිව මා අදහස් කළේ මව් .ssh
නාමාවලියයි, එවිට ssh හට නිවැරදි නාමාවලියෙහි යතුරු සෙවිය හැක) මෙම සබැඳි බලන්න:
SO යුනික්ස් පරිසර විචල්යය ස්ථිර ලෙස සකසන්නේ කෙසේද යන්න පිළිබඳ පිළිතුර
වැරදි නාමාවලියෙහි යතුරු සෙවීම සඳහා ssh පිළිබඳ SO ප්රශ්නය සහ ඒ සඳහා විසඳුමක්.