We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99ab12 commit 93578ceCopy full SHA for 93578ce
app/src/processing/app/NetworkMonitor.java
@@ -68,6 +68,7 @@ public void open() throws Exception {
68
SSHClientSetupChainRing sshClientSetupChain = new SSHConfigFileSetup(new SSHPwdSetup());
69
session = sshClientSetupChain.setup(getBoardPort(), jSch);
70
71
+ session.setConfig("PreferredAuthentications", "publickey,keyboard-interactive,password");
72
session.setUserInfo(new NoInteractionUserInfo(PreferencesData.get(getAuthorizationKey())));
73
session.connect(30000);
74
0 commit comments