chals www.chalsattack.com On Aug 22, 2012 5:31 PM, "Willer Gomes Junior" <[email protected]> wrote: > > I think a problem is occurring with the key > I tried to clone only as a test. > Should i git > add ./Manual/po/pt_BR/some_file.po? > >
you are not using the right cloning address. use this http://live.debian.net/manual-3.x/html/live-manual.en.html#63 > willer@ogomes:~$ mkdir -p ~/.ssh/identity.d > willer@ogomes:~$ wget http://live.debian.net/other/keys/[email protected] -O ~/.ssh/identity.d/ [email protected] > --2012-08-22 11:18:04-- http://live.debian.net/other/keys/[email protected] > Resolving live.debian.net (live.debian.net)... 5.9.249.173 > Connecting to live.debian.net (live.debian.net)|5.9.249.173|:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 1675 (1.6K) [text/plain] > Saving to: `/home/willer/.ssh/identity.d/[email protected]' > > 100%[============================================================================================================>] 1,675 --.-K/s in 0s > > 2012-08-22 11:18:12 (60.7 MB/s) - `/home/willer/.ssh/identity.d/ [email protected]' saved [1675/1675] > > willer@ogomes:~$ wget http://live.debian.net/other/keys/[email protected] -O ~/.ssh/identity.d/[email protected] > --2012-08-22 11:18:40-- http://live.debian.net/other/keys/[email protected] > Resolving live.debian.net (live.debian.net)... 5.9.249.173 > Connecting to live.debian.net (live.debian.net)|5.9.249.173|:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 399 [text/plain] > Saving to: `/home/willer/.ssh/identity.d/[email protected]' > > 100%[============================================================================================================>] 399 --.-K/s in 0s > > 2012-08-22 11:18:46 (26.6 MB/s) - `/home/willer/.ssh/identity.d/[email protected]' saved [399/399] > > willer@ogomes:~$ chmod 0600 ~/.ssh/identity.d/[email protected]* > willer@ogomes:~$ cat >> ~/.ssh/config << EOF > > Host live.debian.net > > Hostname live.debian.net > > User git > > IdentityFile ~/.ssh/identity.d/[email protected] > > EOF > willer@ogomes:~$ cd teste > willer@ogomes:~/teste$ git clone [email protected]:/live-manual.git > Cloning into 'live-manual'... > The authenticity of host 'live.debian.net (5.9.249.173)' can't be established. > RSA key fingerprint is 85:be:d4:d0:61:7a:cb:0a:d3:9c:1d:fd:18:4a:00:f6. > Are you sure you want to continue connecting (yes/no)? yes > Warning: Permanently added 'live.debian.net,5.9.249.173' (RSA) to the list of known hosts. > Permission denied (publickey). > fatal: The remote end hung up unexpectedly >
