Microsoft
Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
C:\>cd
sftpd
C:\sftpd>makekeys
0 1024
Part of SafeTP's countermeasures against interception attacks
is the use of "branded" DSA keys-- that is, keys that
include
a string that identifies the server who owns that key. This
string is attached to the public key, and the pair is signed with
the private key. Users will see this string when they first
connect to your server.
The string
should include a domain name that users are likely
to use when connecting to your server. It can contain additional
information as well. (A creation date will be automatically
appended.)
For example:
"UCB CS FTP server, ftp.cs.berkeley.edu"
Enter an
identifying string (80 chars maximum):
safetp.hogehoge.org
SafeTP
will now generate your new security keys. In order to make your
keys
truly secure, you must provide us with some random input on the
keyboard.
SafeTP will measure the time intervals between your keypresses and
use this
to add entropy to the key generation procedure.
Please type some sentences to add entropy to the system.
|---------------------------------------------------------------|
.................................................................(xx,xxx)
That's
enough; please press Enter once:
creating DSA keys with 1024 bits...
Time used to create DSA key: 0.0210 sec
Verifying DSA keys
server name: safetp.hogehoge.org [xx/xx/200x]
Verified.
C:\sftpd>
|