cimapp
Results
1
comments of
cimapp
I tried but getting another decryption error still: https://github.com/lithium0003/sshview/issues/2 ``` var rc = ssh_userauth_password(session, nil, passphrase) guard rc == SSH_AUTH_SUCCESS.rawValue else { logger("auth error (password) \(rc)") ssh_disconnect(session) ssh_free(session) return }...