Skip to content

Commit

Permalink
code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
eskimo committed Jul 9, 2022
1 parent a395528 commit 3cb81db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/ch/niceideas/eskimo/model/SSHConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public int getReadTimeout() {
return readTimeout;
}

@Deprecated
public boolean authenticateWithDSA(String user, String pem, String password) throws IOException {
return under.authenticateWithDSA(user, pem, password);
}
Expand Down Expand Up @@ -240,6 +241,7 @@ public void setSecureRandom(SecureRandom rnd) {
under.setSecureRandom(rnd);
}

@Deprecated
public void enableDebugging(boolean enable, DebugLogger logger) {
under.enableDebugging(enable, logger);
}
Expand Down

0 comments on commit 3cb81db

Please sign in to comment.