Changeset a7b2a13906b32254b003ef3c4c070ee2c66b8a38
- Timestamp:
- 01/11/10 16:56:13
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1263228973 +0000
- git-parent:
[65401ed4ea2de6867afad03da41e4ebfcb28bef9]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1263228973 +0000
- Message:
fix typo in ssh auth methods
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6dce755 |
ra7b2a13 |
|
| 17 | 17 | required="optional" |
|---|
| 18 | 18 | default="" |
|---|
| 19 | | allowed="^(?:ssh-dss|ssh-rsa)$">The host key algorithm supported.</parameter> |
|---|
| | 19 | allowed="^(?:ssh-dsa|ssh-rsa)$">The host key algorithm supported.</parameter> |
|---|
| 20 | 20 | <parameter name="method_crypt_cs" |
|---|
| 21 | 21 | required="optional" |
|---|