New-RDMSSHKey
Synopsis
Syntax
Private
New-RDMSSHKey [-Algorithm] <string> -Format <string> [-Comment <string>] [-SavePrivateKey <string>]
[-Size <int>] [-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]EncryptedPrivate
New-RDMSSHKey [-Algorithm] <string> -Format <string> -Passphrase <securestring> [-Comment <string>]
[-SavePrivateKey <string>] [-Size <int>] [-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Public
New-RDMSSHKey [-Algorithm] <string> [-Comment <string>] [-SavePublicKey <string>] [-Size <int>]
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Examples
Example 1
Example 2
Example 3
Example 4
Parameters
-Algorithm
-Comment
-ForcePromptAnswer
-Format
-Passphrase
-SavePrivateKey
-SavePublicKey
-Size
CommonParameters
Outputs
Notes
Last updated
Was this helpful?