Skip to content

Commit

Permalink
Update SSHStartParameter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
cschott11 authored Dec 12, 2023
1 parent ec40d1b commit 4e66379
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,16 @@ public String getPublicKey() {
return "";
}

@Override
@Override
public String getKnownHostFile() {
return "";
}


@Override
public String getPassPhrase() {
return "";
}

/*
public boolean isUsePublickey() {
Expand Down

0 comments on commit 4e66379

Please sign in to comment.