fortios.system.Sshconfig
Explore with Pulumi AI
Configure SSH config. Applies to FortiOS Version >= 7.4.4
.
Create Sshconfig Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Sshconfig(name: string, args?: SshconfigArgs, opts?: CustomResourceOptions);
@overload
def Sshconfig(resource_name: str,
args: Optional[SshconfigArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Sshconfig(resource_name: str,
opts: Optional[ResourceOptions] = None,
ssh_enc_algo: Optional[str] = None,
ssh_hsk: Optional[str] = None,
ssh_hsk_algo: Optional[str] = None,
ssh_hsk_override: Optional[str] = None,
ssh_hsk_password: Optional[str] = None,
ssh_kex_algo: Optional[str] = None,
ssh_mac_algo: Optional[str] = None,
vdomparam: Optional[str] = None)
func NewSshconfig(ctx *Context, name string, args *SshconfigArgs, opts ...ResourceOption) (*Sshconfig, error)
public Sshconfig(string name, SshconfigArgs? args = null, CustomResourceOptions? opts = null)
public Sshconfig(String name, SshconfigArgs args)
public Sshconfig(String name, SshconfigArgs args, CustomResourceOptions options)
type: fortios:system:Sshconfig
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SshconfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SshconfigArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SshconfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SshconfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SshconfigArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var sshconfigResource = new Fortios.System.Sshconfig("sshconfigResource", new()
{
SshEncAlgo = "string",
SshHsk = "string",
SshHskAlgo = "string",
SshHskOverride = "string",
SshHskPassword = "string",
SshKexAlgo = "string",
SshMacAlgo = "string",
Vdomparam = "string",
});
example, err := system.NewSshconfig(ctx, "sshconfigResource", &system.SshconfigArgs{
SshEncAlgo: pulumi.String("string"),
SshHsk: pulumi.String("string"),
SshHskAlgo: pulumi.String("string"),
SshHskOverride: pulumi.String("string"),
SshHskPassword: pulumi.String("string"),
SshKexAlgo: pulumi.String("string"),
SshMacAlgo: pulumi.String("string"),
Vdomparam: pulumi.String("string"),
})
var sshconfigResource = new Sshconfig("sshconfigResource", SshconfigArgs.builder()
.sshEncAlgo("string")
.sshHsk("string")
.sshHskAlgo("string")
.sshHskOverride("string")
.sshHskPassword("string")
.sshKexAlgo("string")
.sshMacAlgo("string")
.vdomparam("string")
.build());
sshconfig_resource = fortios.system.Sshconfig("sshconfigResource",
ssh_enc_algo="string",
ssh_hsk="string",
ssh_hsk_algo="string",
ssh_hsk_override="string",
ssh_hsk_password="string",
ssh_kex_algo="string",
ssh_mac_algo="string",
vdomparam="string")
const sshconfigResource = new fortios.system.Sshconfig("sshconfigResource", {
sshEncAlgo: "string",
sshHsk: "string",
sshHskAlgo: "string",
sshHskOverride: "string",
sshHskPassword: "string",
sshKexAlgo: "string",
sshMacAlgo: "string",
vdomparam: "string",
});
type: fortios:system:Sshconfig
properties:
sshEncAlgo: string
sshHsk: string
sshHskAlgo: string
sshHskOverride: string
sshHskPassword: string
sshKexAlgo: string
sshMacAlgo: string
vdomparam: string
Sshconfig Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Sshconfig resource accepts the following input properties:
- Ssh
Enc stringAlgo - Select one or more SSH ciphers. Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - Ssh
Hsk string - Config SSH host key.
- Ssh
Hsk stringAlgo - Select one or more SSH hostkey algorithms. Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,ecdsa-sha2-nistp384
,ecdsa-sha2-nistp256
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - Ssh
Hsk stringOverride - Enable/disable SSH host key override in SSH daemon. Valid values:
disable
,enable
. - Ssh
Hsk stringPassword - Password for ssh-hostkey.
- Ssh
Kex stringAlgo - Select one or more SSH kex algorithms. Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - Ssh
Mac stringAlgo - Select one or more SSH MAC algorithms. Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Ssh
Enc stringAlgo - Select one or more SSH ciphers. Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - Ssh
Hsk string - Config SSH host key.
- Ssh
Hsk stringAlgo - Select one or more SSH hostkey algorithms. Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,ecdsa-sha2-nistp384
,ecdsa-sha2-nistp256
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - Ssh
Hsk stringOverride - Enable/disable SSH host key override in SSH daemon. Valid values:
disable
,enable
. - Ssh
Hsk stringPassword - Password for ssh-hostkey.
- Ssh
Kex stringAlgo - Select one or more SSH kex algorithms. Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - Ssh
Mac stringAlgo - Select one or more SSH MAC algorithms. Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ssh
Enc StringAlgo - Select one or more SSH ciphers. Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh
Hsk String - Config SSH host key.
- ssh
Hsk StringAlgo - Select one or more SSH hostkey algorithms. Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,ecdsa-sha2-nistp384
,ecdsa-sha2-nistp256
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh
Hsk StringOverride - Enable/disable SSH host key override in SSH daemon. Valid values:
disable
,enable
. - ssh
Hsk StringPassword - Password for ssh-hostkey.
- ssh
Kex StringAlgo - Select one or more SSH kex algorithms. Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh
Mac StringAlgo - Select one or more SSH MAC algorithms. Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ssh
Enc stringAlgo - Select one or more SSH ciphers. Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh
Hsk string - Config SSH host key.
- ssh
Hsk stringAlgo - Select one or more SSH hostkey algorithms. Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,ecdsa-sha2-nistp384
,ecdsa-sha2-nistp256
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh
Hsk stringOverride - Enable/disable SSH host key override in SSH daemon. Valid values:
disable
,enable
. - ssh
Hsk stringPassword - Password for ssh-hostkey.
- ssh
Kex stringAlgo - Select one or more SSH kex algorithms. Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh
Mac stringAlgo - Select one or more SSH MAC algorithms. Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ssh_
enc_ stralgo - Select one or more SSH ciphers. Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh_
hsk str - Config SSH host key.
- ssh_
hsk_ stralgo - Select one or more SSH hostkey algorithms. Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,ecdsa-sha2-nistp384
,ecdsa-sha2-nistp256
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh_
hsk_ stroverride - Enable/disable SSH host key override in SSH daemon. Valid values:
disable
,enable
. - ssh_
hsk_ strpassword - Password for ssh-hostkey.
- ssh_
kex_ stralgo - Select one or more SSH kex algorithms. Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh_
mac_ stralgo - Select one or more SSH MAC algorithms. Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ssh
Enc StringAlgo - Select one or more SSH ciphers. Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh
Hsk String - Config SSH host key.
- ssh
Hsk StringAlgo - Select one or more SSH hostkey algorithms. Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,ecdsa-sha2-nistp384
,ecdsa-sha2-nistp256
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh
Hsk StringOverride - Enable/disable SSH host key override in SSH daemon. Valid values:
disable
,enable
. - ssh
Hsk StringPassword - Password for ssh-hostkey.
- ssh
Kex StringAlgo - Select one or more SSH kex algorithms. Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh
Mac StringAlgo - Select one or more SSH MAC algorithms. Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Outputs
All input properties are implicitly available as output properties. Additionally, the Sshconfig resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing Sshconfig Resource
Get an existing Sshconfig resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SshconfigState, opts?: CustomResourceOptions): Sshconfig
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
ssh_enc_algo: Optional[str] = None,
ssh_hsk: Optional[str] = None,
ssh_hsk_algo: Optional[str] = None,
ssh_hsk_override: Optional[str] = None,
ssh_hsk_password: Optional[str] = None,
ssh_kex_algo: Optional[str] = None,
ssh_mac_algo: Optional[str] = None,
vdomparam: Optional[str] = None) -> Sshconfig
func GetSshconfig(ctx *Context, name string, id IDInput, state *SshconfigState, opts ...ResourceOption) (*Sshconfig, error)
public static Sshconfig Get(string name, Input<string> id, SshconfigState? state, CustomResourceOptions? opts = null)
public static Sshconfig get(String name, Output<String> id, SshconfigState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Ssh
Enc stringAlgo - Select one or more SSH ciphers. Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - Ssh
Hsk string - Config SSH host key.
- Ssh
Hsk stringAlgo - Select one or more SSH hostkey algorithms. Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,ecdsa-sha2-nistp384
,ecdsa-sha2-nistp256
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - Ssh
Hsk stringOverride - Enable/disable SSH host key override in SSH daemon. Valid values:
disable
,enable
. - Ssh
Hsk stringPassword - Password for ssh-hostkey.
- Ssh
Kex stringAlgo - Select one or more SSH kex algorithms. Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - Ssh
Mac stringAlgo - Select one or more SSH MAC algorithms. Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Ssh
Enc stringAlgo - Select one or more SSH ciphers. Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - Ssh
Hsk string - Config SSH host key.
- Ssh
Hsk stringAlgo - Select one or more SSH hostkey algorithms. Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,ecdsa-sha2-nistp384
,ecdsa-sha2-nistp256
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - Ssh
Hsk stringOverride - Enable/disable SSH host key override in SSH daemon. Valid values:
disable
,enable
. - Ssh
Hsk stringPassword - Password for ssh-hostkey.
- Ssh
Kex stringAlgo - Select one or more SSH kex algorithms. Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - Ssh
Mac stringAlgo - Select one or more SSH MAC algorithms. Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ssh
Enc StringAlgo - Select one or more SSH ciphers. Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh
Hsk String - Config SSH host key.
- ssh
Hsk StringAlgo - Select one or more SSH hostkey algorithms. Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,ecdsa-sha2-nistp384
,ecdsa-sha2-nistp256
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh
Hsk StringOverride - Enable/disable SSH host key override in SSH daemon. Valid values:
disable
,enable
. - ssh
Hsk StringPassword - Password for ssh-hostkey.
- ssh
Kex StringAlgo - Select one or more SSH kex algorithms. Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh
Mac StringAlgo - Select one or more SSH MAC algorithms. Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ssh
Enc stringAlgo - Select one or more SSH ciphers. Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh
Hsk string - Config SSH host key.
- ssh
Hsk stringAlgo - Select one or more SSH hostkey algorithms. Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,ecdsa-sha2-nistp384
,ecdsa-sha2-nistp256
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh
Hsk stringOverride - Enable/disable SSH host key override in SSH daemon. Valid values:
disable
,enable
. - ssh
Hsk stringPassword - Password for ssh-hostkey.
- ssh
Kex stringAlgo - Select one or more SSH kex algorithms. Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh
Mac stringAlgo - Select one or more SSH MAC algorithms. Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ssh_
enc_ stralgo - Select one or more SSH ciphers. Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh_
hsk str - Config SSH host key.
- ssh_
hsk_ stralgo - Select one or more SSH hostkey algorithms. Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,ecdsa-sha2-nistp384
,ecdsa-sha2-nistp256
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh_
hsk_ stroverride - Enable/disable SSH host key override in SSH daemon. Valid values:
disable
,enable
. - ssh_
hsk_ strpassword - Password for ssh-hostkey.
- ssh_
kex_ stralgo - Select one or more SSH kex algorithms. Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh_
mac_ stralgo - Select one or more SSH MAC algorithms. Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ssh
Enc StringAlgo - Select one or more SSH ciphers. Valid values:
chacha20-poly1305@openssh.com
,aes128-ctr
,aes192-ctr
,aes256-ctr
,arcfour256
,arcfour128
,aes128-cbc
,3des-cbc
,blowfish-cbc
,cast128-cbc
,aes192-cbc
,aes256-cbc
,arcfour
,rijndael-cbc@lysator.liu.se
,aes128-gcm@openssh.com
,aes256-gcm@openssh.com
. - ssh
Hsk String - Config SSH host key.
- ssh
Hsk StringAlgo - Select one or more SSH hostkey algorithms. Valid values:
ssh-rsa
,ecdsa-sha2-nistp521
,ecdsa-sha2-nistp384
,ecdsa-sha2-nistp256
,rsa-sha2-256
,rsa-sha2-512
,ssh-ed25519
. - ssh
Hsk StringOverride - Enable/disable SSH host key override in SSH daemon. Valid values:
disable
,enable
. - ssh
Hsk StringPassword - Password for ssh-hostkey.
- ssh
Kex StringAlgo - Select one or more SSH kex algorithms. Valid values:
diffie-hellman-group1-sha1
,diffie-hellman-group14-sha1
,diffie-hellman-group14-sha256
,diffie-hellman-group16-sha512
,diffie-hellman-group18-sha512
,diffie-hellman-group-exchange-sha1
,diffie-hellman-group-exchange-sha256
,curve25519-sha256@libssh.org
,ecdh-sha2-nistp256
,ecdh-sha2-nistp384
,ecdh-sha2-nistp521
. - ssh
Mac StringAlgo - Select one or more SSH MAC algorithms. Valid values:
hmac-md5
,hmac-md5-etm@openssh.com
,hmac-md5-96
,hmac-md5-96-etm@openssh.com
,hmac-sha1
,hmac-sha1-etm@openssh.com
,hmac-sha2-256
,hmac-sha2-256-etm@openssh.com
,hmac-sha2-512
,hmac-sha2-512-etm@openssh.com
,hmac-ripemd160
,hmac-ripemd160@openssh.com
,hmac-ripemd160-etm@openssh.com
,umac-64@openssh.com
,umac-128@openssh.com
,umac-64-etm@openssh.com
,umac-128-etm@openssh.com
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Import
System SshConfig can be imported using any of these accepted formats:
$ pulumi import fortios:system/sshconfig:Sshconfig labelname SystemSshConfig
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:system/sshconfig:Sshconfig labelname SystemSshConfig
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.