Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 042a15d314b93425efe8d7ebd1551a77a1ea6d79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>Key Generation</title>
<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
<meta NAME="keywords" content="">
<meta NAME="since" content="">
</head>
<body>
<h2>Key Generation</h2>
<p>Since: <br>
Last Modified: $Date: 2007/09/19 14:01:33 $</p>

<p>You should be able to generate private/public keys in the SSH2
preference page. Here are some scenarios for testing:</p>
<ul>
	<li>Generate keys and save private key without password. You
	should be prompted.</li>
	<li>Generate keys and save private key with password. You
	shouldn't be prompted.</li>
	<li>Generate keys and install using the sftp button.</li>
</ul>
</body>
</html>

Back to the top