[PLDWWW] page changed: howto-git

"Elan Ruusamäe (glen)" glen at pld-linux.org
Mon Mar 21 10:36:12 CET 2016


looks like sskm allows add  conflicting names, and then ends up getting stuck

--- https://www.pld-linux.org/howto-git?rev=1414386885
+++ https://www.pld-linux.org/howto-git?rev=1458552972
@@ -237,13 +237,16 @@
       
  ===== Adding new key =====
  Generate pair ( ''id_rsa_matkor_pld_linux_app4'' and ''id_rsa_matkor_pld_linux_app4.pub'' in my case)
     ssh-keygen -f ~/.ssh/id_rsa_matkor_pld_linux_app4
+ 
+ <note warning>
+ **IMPORTANT**: ''@app4'' needs to be unique. use ''sskm list'' to see what names are used
+ </note>
     
  Add it (as key ''app4'' in my case):
    cat ~/.ssh/id_rsa_matkor_pld_linux_app4.pub  | ssh git at git.pld-linux.org sskm add @app4
  
  Confirm (using -i of new key ):
    ssh -i ~/.ssh/id_rsa_matkor_pld_linux_app4   git at git.pld-linux.org sskm confirm-add @app4
- 
  ===== More to read =====
  http://sitaramc.github.com/gitolite/sskm.html


Diff URL:
  https://www.pld-linux.org/howto-git?do=diff&r1=1414386885&r2=1458552972
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/


More information about the pld-cvs-commit mailing list