feat: support ssh key passphrase
This commit is contained in:
@@ -46,9 +46,15 @@
|
||||
"access.authorization.form.ssh_host.placeholder": "Please enter Host",
|
||||
"access.authorization.form.ssh_port.label": "SSH Port",
|
||||
"access.authorization.form.ssh_port.placeholder": "Please enter Port",
|
||||
"access.authorization.form.ssh_key.label": "Key (Log in using private key)",
|
||||
"access.authorization.form.ssh_username.label": "Username",
|
||||
"access.authorization.form.ssh_username.placeholder": "Please enter username",
|
||||
"access.authorization.form.ssh_password.label": "Password (Log-in using password)",
|
||||
"access.authorization.form.ssh_password.placeholder": "Please enter password",
|
||||
"access.authorization.form.ssh_key.label": "Key (Log-in using private key)",
|
||||
"access.authorization.form.ssh_key.placeholder": "Please enter Key",
|
||||
"access.authorization.form.ssh_key_file.placeholder": "Please select file",
|
||||
"access.authorization.form.ssh_key_passphrase.label": "Key Passphrase (Log-in using private key)",
|
||||
"access.authorization.form.ssh_key_passphrase.placeholder": "Please enter Key Passphrase",
|
||||
"access.authorization.form.ssh_key_path.label": "Private Key Save Path",
|
||||
"access.authorization.form.ssh_key_path.placeholder": "Please enter private key save path",
|
||||
"access.authorization.form.ssh_cert_path.label": "Certificate Save Path",
|
||||
|
||||
Reference in New Issue
Block a user