We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a54f6 commit ffe71a4Copy full SHA for ffe71a4
src/main/kotlin/com/jetpackduba/gitnuro/credentials/SshRemoteSession.kt
@@ -50,7 +50,7 @@ class SshRemoteSession @Inject constructor(
50
val passwordCredentialItem = CredentialItem.Password()
51
sshCredentialsProvider.get(uri, passwordCredentialItem)
52
53
- val password = passwordCredentialItem.value.toString()
+ val password = passwordCredentialItem.value.joinToString("")
54
55
result = session.publicKeyAuth(password)
56
0 commit comments