Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohnstown committed Oct 12, 2023
1 parent c1a5d48 commit 8cf7ec8
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 97 deletions.
4 changes: 2 additions & 2 deletions apps/wolfssh/wolfssh.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ static int config_init_default(struct config* config)

env = getenv("HOME");
if (env != NULL) {
const char* defaultName = "/.ssh/id_rsa";
const char* defaultName = "/.ssh/id_ecdsa";
const char* pubSuffix = ".pub";
char* keyFile;

Expand Down Expand Up @@ -1133,7 +1133,7 @@ int main(int argc, char** argv)
WSTARTTCP();

#ifdef DEBUG_WOLFSSH
// wolfSSH_Debugging_ON();
wolfSSH_Debugging_ON();
#endif

wolfSSH_Init();
Expand Down
Loading

0 comments on commit 8cf7ec8

Please sign in to comment.