Re: Reminder: Fedora password and ssh key change deadline looms (2 days left!)

2012-04-15 Thread Mark Rader
Kevin

I am trying to get my account back in order how do i get it re-activated.

Mark Rader

On Mon, Nov 28, 2011 at 12:52 PM, Kevin Fenzi ke...@scrye.com wrote:

 Just a friendly reminder: If you are a Fedora account system account
 holder, and haven't changed your password and uploaded a new ssh key
 since we announced the mandatory change, you best do so NOW. The
 deadline is 2011-11-30 (only 2 days away).

 http://lists.fedoraproject.org/pipermail/announce/2011-October/003005.html

 If you don't, you may no longer have access to groups you currently do
 (like packager, or sysadmin or ambassador).

 Go take a few minutes, read the announcement and security information
 linked to it, and change your password and upload a new ssh public key.

 If you aren't a Fedora contributor, the information linked in our
 announcement is still a great read and may just help you be more secure
 on your machines. :)

 kevin

 ___
 devel-announce mailing list
 devel-annou...@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel-announce

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Reminder: Fedora password and ssh key change deadline looms (2 days left!)

2012-04-15 Thread Kevin Fenzi
On Sun, 15 Apr 2012 15:45:19 -0500
Mark Rader msra...@gmail.com wrote:

 Kevin
 
 I am trying to get my account back in order how do i get it
 re-activated.

Simply go to: 
https://admin.fedoraproject.org/accounts/user/resetpass
and reset your password and upload a new ssh public key (if you have
need to upload one). 

 Mark Rader

kevin


signature.asc
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Reminder: Fedora password and ssh key change deadline looms (2 days left!)

2011-11-29 Thread Neal Becker
I don't want to change my ssh key that I use for many other purposes.  What is 
the suggested method to generate a new key to be used only for fedora?


Kevin Fenzi wrote:

 Just a friendly reminder: If you are a Fedora account system account
 holder, and haven't changed your password and uploaded a new ssh key
 since we announced the mandatory change, you best do so NOW. The
 deadline is 2011-11-30 (only 2 days away).
 
 http://lists.fedoraproject.org/pipermail/announce/2011-October/003005.html
 
 If you don't, you may no longer have access to groups you currently do
 (like packager, or sysadmin or ambassador).
 
 Go take a few minutes, read the announcement and security information
 linked to it, and change your password and upload a new ssh public key.
 
 If you aren't a Fedora contributor, the information linked in our
 announcement is still a great read and may just help you be more secure
 on your machines. :)
 
 kevin


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Reminder: Fedora password and ssh key change deadline looms (2 days left!)

2011-11-29 Thread Reindl Harald


Am 29.11.2011 14:26, schrieb Neal Becker:
 I don't want to change my ssh key that I use for many other purposes.  What 
 is 
 the suggested method to generate a new key to be used only for fedora?

~/.ssh/config

Host whatever
User user
IdentityFile path-to-file
__


-i identity_file

[harry@rh:~]$ ssh --help
usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
   [-D [bind_address:]port] [-e escape_char] [-F configfile]
   [-I pkcs11] [-i identity_file]

[harry@rh:~]$ scp --help
usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]




signature.asc
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Reminder: Fedora password and ssh key change deadline looms (2 days left!)

2011-11-29 Thread Dan Horák
Neal Becker píše v Út 29. 11. 2011 v 08:26 -0500: 
 I don't want to change my ssh key that I use for many other purposes.  What 
 is 
 the suggested method to generate a new key to be used only for fedora?

http://fedoraproject.org/wiki/Cryptography should have the answers


Dan

 
 Kevin Fenzi wrote:
 
  Just a friendly reminder: If you are a Fedora account system account
  holder, and haven't changed your password and uploaded a new ssh key
  since we announced the mandatory change, you best do so NOW. The
  deadline is 2011-11-30 (only 2 days away).
  
  http://lists.fedoraproject.org/pipermail/announce/2011-October/003005.html
  
  If you don't, you may no longer have access to groups you currently do
  (like packager, or sysadmin or ambassador).
  
  Go take a few minutes, read the announcement and security information
  linked to it, and change your password and upload a new ssh public key.
  
  If you aren't a Fedora contributor, the information linked in our
  announcement is still a great read and may just help you be more secure
  on your machines. :)
  
  kevin
 
 
 -- 
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Reminder: Fedora password and ssh key change deadline looms (2 days left!)

2011-11-29 Thread Richard W.M. Jones
On Tue, Nov 29, 2011 at 08:26:48AM -0500, Neal Becker wrote:
 I don't want to change my ssh key that I use for many other purposes.  What 
 is 
 the suggested method to generate a new key to be used only for fedora?

Do:

  ssh-keygen -b 4096 -f ~/.ssh/id_rsa-fedora

Then edit .ssh/config and add:

  # Use a different key to work around Fedora key policy idiocy.
  Host *.fedoraproject.org fedorapeople.org *.fedorahosted.org
IdentityFile ~/.ssh/id_rsa-fedora

You may also need to add the passphrase to your ssh agent.

Works for me.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Reminder: Fedora password and ssh key change deadline looms (2 days left!)

2011-11-29 Thread Bruno Wolff III
On Tue, Nov 29, 2011 at 08:26:48 -0500,
  Neal Becker ndbeck...@gmail.com wrote:
 I don't want to change my ssh key that I use for many other purposes.  What 
 is 
 the suggested method to generate a new key to be used only for fedora?

Smooge did a detailed post on how to do this shortly after the announcement:
http://smoogespace.blogspot.com/2011/10/how-to-create-new-ssh-key.html
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reminder: Fedora password and ssh key change deadline looms (2 days left!)

2011-11-28 Thread Kevin Fenzi
Just a friendly reminder: If you are a Fedora account system account
holder, and haven't changed your password and uploaded a new ssh key
since we announced the mandatory change, you best do so NOW. The
deadline is 2011-11-30 (only 2 days away). 

http://lists.fedoraproject.org/pipermail/announce/2011-October/003005.html

If you don't, you may no longer have access to groups you currently do
(like packager, or sysadmin or ambassador). 

Go take a few minutes, read the announcement and security information
linked to it, and change your password and upload a new ssh public key. 

If you aren't a Fedora contributor, the information linked in our
announcement is still a great read and may just help you be more secure
on your machines. :) 

kevin


signature.asc
Description: PGP signature
___
devel-announce mailing list
devel-annou...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel