* public key addition
@ 2015-10-28 3:19 Jan Beulich
2015-11-01 3:46 ` Ian Lance Taylor
0 siblings, 1 reply; 3+ messages in thread
From: Jan Beulich @ 2015-10-28 3:19 UTC (permalink / raw)
To: overseers
Hello,
am I remembering right that in order to add a key for a second machine
I need to mail it to this email address? If so, please add
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCe0CK7dbaM7YW3aHUN8x5BLIyl3ICj3hM7Yf5+qgnwivb8fq9stiZKn0LD9Mcv3uC4pmuX7/Wb65v/pzW+Lb4iRO4pFpmTg3NNogFqpBOgFfnXSGDsgCiNgaw1M6q5RbCbcUJaFHwBXCfraYpPLG9mS26Bm9A3m4Hw+XeJZppvoQ== jbeulich@dus-dev-sles11d
If not - what is the procedure nowadays?
Thanks, Jan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: public key addition
2015-10-28 3:19 public key addition Jan Beulich
@ 2015-11-01 3:46 ` Ian Lance Taylor
2015-12-24 12:08 ` Gerald Pfeifer
0 siblings, 1 reply; 3+ messages in thread
From: Ian Lance Taylor @ 2015-11-01 3:46 UTC (permalink / raw)
To: Jan Beulich; +Cc: overseers
"Jan Beulich" <JBeulich@suse.com> writes:
> am I remembering right that in order to add a key for a second machine
> I need to mail it to this email address? If so, please add
>
> ssh-rsa
> AAAAB3NzaC1yc2EAAAADAQABAAAAgQCe0CK7dbaM7YW3aHUN8x5BLIyl3ICj3hM7Yf5+qgnwivb8fq9stiZKn0LD9Mcv3uC4pmuX7/Wb65v/pzW+Lb4iRO4pFpmTg3NNogFqpBOgFfnXSGDsgCiNgaw1M6q5RbCbcUJaFHwBXCfraYpPLG9mS26Bm9A3m4Hw+XeJZppvoQ==
> jbeulich@dus-dev-sles11d
>
> If not - what is the procedure nowadays?
ssh jbeulich@sourceware.org append-key < KEYFILE
Ian
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: public key addition
2015-11-01 3:46 ` Ian Lance Taylor
@ 2015-12-24 12:08 ` Gerald Pfeifer
0 siblings, 0 replies; 3+ messages in thread
From: Gerald Pfeifer @ 2015-12-24 12:08 UTC (permalink / raw)
To: overseers; +Cc: Jan Beulich
On Tue, 27 Oct 2015, Ian Lance Taylor wrote:
> ssh jbeulich@sourceware.org append-key < KEYFILE
Now also documented at https://gcc.gnu.org/svnwrite.html per
the patch below.
Gerald
--- svnwrite.html.orig 2015-04-06 20:15:18.000000000 +0800
+++ svnwrite.html 2015-12-22 17:07:33.636074381 +0800
@@ -420,6 +420,10 @@
ssh <i>username</i>@gcc.gnu.org email mynewaddress@example.com
</pre></blockquote>
+<p>Similarly if you want to add a new SSH key to your account:</p>
+<blockquote><pre>
+ssh <i>username</i>@gcc.gnu.org append-key < KEYFILE
+</pre></blockquote>
</body>
</html>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-12-22 13:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-28 3:19 public key addition Jan Beulich
2015-11-01 3:46 ` Ian Lance Taylor
2015-12-24 12:08 ` Gerald Pfeifer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).