comparison dropbearconvert.c @ 73:0bf5cebe622c

Dropbearkey can now print out pubkey portions
author Matt Johnston <matt@ucc.asn.au>
date Sat, 14 Aug 2004 17:35:28 +0000
parents 223b0f5f8dce
children 680a0bc9df0a
comparison
equal deleted inserted replaced
72:9597c2e3b9d4 73:0bf5cebe622c
47 "dropbear\n" 47 "dropbear\n"
48 "\n" 48 "\n"
49 "Example:\n" 49 "Example:\n"
50 "dropbearconvert openssh dropbear /etc/ssh/ssh_host_rsa_key /etc/dropbear_rsa_host_key\n" 50 "dropbearconvert openssh dropbear /etc/ssh/ssh_host_rsa_key /etc/dropbear_rsa_host_key\n"
51 "\n" 51 "\n"
52 "The inputfile and output file can be '-' to specify\n" 52 "The inputfile and outputfile can be '-' to specify\n"
53 "standard input or standard output.\n", progname); 53 "standard input or standard output.\n", progname);
54 } 54 }
55 55
56 #if defined(DBMULTI_dropbearconvert) || !defined(DROPBEAR_MULTI) 56 #if defined(DBMULTI_dropbearconvert) || !defined(DROPBEAR_MULTI)
57 #if defined(DBMULTI_dropbearconvert) && defined(DROPBEAR_MULTI) 57 #if defined(DBMULTI_dropbearconvert) && defined(DROPBEAR_MULTI)