You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by mc...@apache.org on 2017/09/30 06:54:29 UTC

svn commit: r1810170 - /tiles/request/branches/TREQ_1_0_X/src/site/apt/dev/release.apt

Author: mck
Date: Sat Sep 30 06:54:28 2017
New Revision: 1810170

URL: http://svn.apache.org/viewvc?rev=1810170&view=rev
Log:
In developer's release docs remove section about ssh keys, as everything is snvpub now.

Modified:
    tiles/request/branches/TREQ_1_0_X/src/site/apt/dev/release.apt

Modified: tiles/request/branches/TREQ_1_0_X/src/site/apt/dev/release.apt
URL: http://svn.apache.org/viewvc/tiles/request/branches/TREQ_1_0_X/src/site/apt/dev/release.apt?rev=1810170&r1=1810169&r2=1810170&view=diff
==============================================================================
--- tiles/request/branches/TREQ_1_0_X/src/site/apt/dev/release.apt (original)
+++ tiles/request/branches/TREQ_1_0_X/src/site/apt/dev/release.apt Sat Sep 30 06:54:28 2017
@@ -66,27 +66,6 @@ https://svn.apache.org/repos/asf/tiles/s
   Publish your GPG key in a PGP key server, such as
   {{{http://pgp.mit.edu/} MIT Keyserver}}.
 
-* Create and upload yout SSH key
-
-  * Generate your SSH key (in this case we will use DSA encryption):
-
----------------------------------
-ssh-keygen -t rsa
----------------------------------
-
-  * Copy your public key to the server:
-
---------------------------------------
-scp ~/.ssh/id_rsa.pub user@minotaur.apache.org:.ssh/authorized_keys
---------------------------------------
-
-  * Try to login:
-
----------------------------------
-ssh user@minotaur.apache.org
----------------------------------
-
-  If it does not ask you a password, everything is ok.
 
 * Modify <<<settings.xml>>>