On 02/09/2015 10:10 PM, Jude Nelson wrote:
>
> Unrelated, I opened in issue on the SDK. It seems that I'm prompted for a
> password for "git@???" when I run the "init" script. I don't
> know what to put here.
>
*** You should [setup an SSH key on the gitlab][0] (let's call it
~/.ssh/id_rsa_devuan) and throw this at your SSH configuration:
cat <<EOD | tee -a ~/.ssh/config
###
### Devuan's Gitlab
###
Host git.devuan.org
HostName git.devuan.org
Port 22
CheckHostIP yes
ForwardX11 no
User git
IdentityFile ~/.ssh/id_rsa_devuan
RSAAuthentication no
PasswordAuthentication no
LogLevel INFO
EOD
Then, `ssh-add ~/.ssh/id_rsa_devuan` to have the key in your SSH agent,
and you're good to go.
I provided a comment on [the issue you reported][1] to help fix the bug
after sleep :)
==
hk
[0]:
https://git.devuan.org/profile/keys
[1]:
https://git.devuan.org/devuan/devuan-sdk/issues/1#note_122
--
_ _ We are free to share code and we code to share freedom
(_X_)yne Foundation, Free Culture Foundry * https://www.dyne.org/donate/