RSA 1024


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers RSA 1024
# 1  
Old 02-18-2010
RSA 1024

How to generate RSA 1024 public key??
Pls help
# 2  
Old 02-18-2010
Use this command
Code:
ssh-keygen -t rsa

In which -t defined the type of the algorithm.
# 3  
Old 02-18-2010
Check the man pages of ssh-keygen

ssh-keygen - authentication key generation

SYNOPSIS
ssh-keygen [-q] [-b bits ] -t type [-N new_passphrase] [-C
comment] [-f output_keyfile]

ssh-keygen -p [-P old_passphrase] [-N new_passphrase] [-f
keyfile]


Refe
http://rcsg-gsir.imsb-dsgi.nrc-cnrc....et/node31.html

Last edited by amitranjansahu; 02-18-2010 at 05:58 AM.. Reason: added
# 4  
Old 02-18-2010
thanks a lot...i just was not sure with "ssh-keygen -t rsa" command, it will generate (default)1024 bytes public key...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Cant Set 1024*768 resolution in fedora 11

This is my very first post to the forum ,so if i my mess up here please let me know. Now coming to the problem i am using fedora 11 with a nividia 8600GT graphic card on my desktop, but when i try to change the resolution i am able to select between two resolutions i.e. 800*600 and 640*480. I... (3 Replies)
Discussion started by: rohit_shetty
3 Replies

2. Shell Programming and Scripting

1024 field issue : awk

Hi i have a txt file in which i do a awk operation with ":" as field separator A B C D ABC::2386.13:2386.13:3248234281995::+DPY:INT:3:N::::2:200.00:0.00:2010-05-12:CA: ::2:N::N:PH:00010031:0001+DPY:BAL:3:N::::3:1601.01:0.00:2010-05-12:XT::2:N:MR ... (1 Reply)
Discussion started by: mad_man12
1 Replies

3. Red Hat

ssh_host_rsa_key 1024 bit?

Hi All, How do I know if ssh_host_rsa_key is 1024 bit? cat /etc/ssh/ssh_host_rsa_key | wc -m 887 It's only 887. Is that it? Or not? Thank you for any comment you may add. (2 Replies)
Discussion started by: itik
2 Replies

4. UNIX for Advanced & Expert Users

Are ports above 1024 closed by default ?

Hi guys, Just needed to know if all the ports above 1024 are closed by default. I know that below 1024 the ports are reserved for the kernel and ports above 1024 are reserved for user applications. But by default, if I do not have a rule in my firewall to block ports above 1024, Will my... (4 Replies)
Discussion started by: firefox211
4 Replies

5. AIX

dev/rmt 0.1 block size is 0; variable; must be 1024 fixed.

Hi. After the shutdown for SWIFT Alliance Server, tape backup process will be done. Unfortunately, I encountered this error message when I performed the database tape backup. The error was "/dev/rmt 0.1 block size is 0; variable; must be 1024 fixed. Consider reconfiguration through 'chdev'... (2 Replies)
Discussion started by: MariaLuisa
2 Replies

6. Cybersecurity

Rsa

This "quiz" was pretty easy (at least for me) and the prize is a trip to RSA. http://www.messagelabs-quiz.com/Quiz/Index.asp By the way, did anyone go to this last year? (0 Replies)
Discussion started by: defender77
0 Replies

7. UNIX Benchmarks

1024 Mb RAM / 648MHz Sparc Processor

============================================================== BYTE UNIX Benchmarks (Version 3.11) System -- SunOS as-1 5.8 Generic_108528-24 sun4u sparc SUNW,UltraAX-i2 Start Benchmark Run: Tue Jan 27 15:07:18 NZDT 2004 3 interactive users. Dhrystone 2 without register variables ... (0 Replies)
Discussion started by: mattd
0 Replies

8. Cybersecurity

Allowing access to ports < 1024 w/o root

I need to set up an application to run in a script which will be running as a web server but is a database. I need to allow users to use the web server but the app must be run as root in order for the ports to be accessible. This is not a very secure environment would like to know how this could... (2 Replies)
Discussion started by: rpollard
2 Replies
Login or Register to Ask a Question