mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
parent
152831e72f
commit
a46fd2d1fa
1 changed files with 6 additions and 6 deletions
|
@ -454,12 +454,6 @@ Popup {
|
||||||
fieldHostname.text = settings.hostname
|
fieldHostname.text = settings.hostname
|
||||||
chkHostname.checked = true
|
chkHostname.checked = true
|
||||||
}
|
}
|
||||||
if ('sshAuthorizedKeys' in settings) {
|
|
||||||
fieldPublicKey.text = settings.sshAuthorizedKeys
|
|
||||||
radioPubKeyAuthentication.checked = true
|
|
||||||
chkSSH.checked = true
|
|
||||||
}
|
|
||||||
|
|
||||||
if ('sshUserPassword' in settings) {
|
if ('sshUserPassword' in settings) {
|
||||||
fieldUserPassword.text = settings.sshUserPassword
|
fieldUserPassword.text = settings.sshUserPassword
|
||||||
fieldUserPassword.alreadyCrypted = true
|
fieldUserPassword.alreadyCrypted = true
|
||||||
|
@ -471,6 +465,12 @@ Popup {
|
||||||
radioPasswordAuthentication.checked = true
|
radioPasswordAuthentication.checked = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if ('sshAuthorizedKeys' in settings) {
|
||||||
|
fieldPublicKey.text = settings.sshAuthorizedKeys
|
||||||
|
radioPubKeyAuthentication.checked = true
|
||||||
|
chkSSH.checked = true
|
||||||
|
}
|
||||||
|
|
||||||
if ('sshUserName' in settings) {
|
if ('sshUserName' in settings) {
|
||||||
fieldUserName.text = settings.sshUserName
|
fieldUserName.text = settings.sshUserName
|
||||||
chkSetUser.checked = true
|
chkSetUser.checked = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue