Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit ab58860

Browse files
committed
fix: auth tries
1 parent 3ac9adb commit ab58860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/it/skarafaz/mercury/ssh/SshCommandRegular.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected UserInfo getUserInfo() {
8181
protected Properties getSessionConfig() {
8282
Properties config = super.getSessionConfig();
8383
config.put("PreferredAuthentications", "publickey,password");
84-
config.put("MaxAuthTries", "2");
84+
config.put("MaxAuthTries", "1");
8585
return config;
8686
}
8787

0 commit comments

Comments
 (0)