diff --git a/wwwroot/connecthost.xterm b/wwwroot/connecthost.xterm index 1825891..2191db4 100644 --- a/wwwroot/connecthost.xterm +++ b/wwwroot/connecthost.xterm @@ -9,6 +9,8 @@ where a.id= ${id}$ if len(recs) > 0: r = recs[0] r.username = r.user + if r.client_key: + r.client_key = password_decode(r.client_key) if r.password: r.password = password_decode(r.password) if r.passphrase: