config firewall ssh host-key
SSH proxy host public keys.
config firewall ssh host-key
Description: SSH proxy host public keys.
edit <name>
set status [trusted|revoked]
set type [RSA|DSA|...]
set nid [256|384|...]
set usage [transparent-proxy|access-proxy]
set ip {ipv4-address-any}
set port {integer}
set hostname {string}
set public-key {var-string}
next
end
config firewall ssh host-key
Parameter |
Description |
Type |
Size |
Default |
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
status |
Set the trust status of the public key. |
option |
- |
trusted |
||||||||||||||||||
|
|
|||||||||||||||||||||
type |
Set the type of the public key. |
option |
- |
RSA |
||||||||||||||||||
|
|
|||||||||||||||||||||
nid |
Set the nid of the ECDSA key. |
option |
- |
256 |
||||||||||||||||||
|
|
|||||||||||||||||||||
usage |
Usage for this public key. |
option |
- |
transparent-proxy |
||||||||||||||||||
|
|
|||||||||||||||||||||
ip |
IP address of the SSH server. |
ipv4-address-any |
Not Specified |
0.0.0.0 |
||||||||||||||||||
port |
Port of the SSH server. |
integer |
Minimum value: 0 Maximum value: 4294967295 |
22 |
||||||||||||||||||
hostname |
Hostname of the SSH server to match SSH certificate principals. |
string |
Not Specified |
|
||||||||||||||||||
public-key |
SSH public key. |
var-string |
Not Specified |
|