Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 55006e224c3002ec6e5860fd6c83d569a75a0145 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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><h2>Key Generation</h2>
<p>Since: <br>
Last Modified: $Date: 2003/12/15 21:25:19 $</p><body>

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

Back to the top