Skip to content

Commit

Permalink
defaults.c: enable sshd, disable telnetd
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf committed Sep 24, 2019
1 parent e5f75e3 commit ba3ba9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/user/shared/defaults.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,8 @@ struct nvram_pair router_defaults[] = {
{ "sw_mode", "1" },
#endif

{ "telnetd", "1" },
{ "sshd_enable", "0" },
{ "telnetd", "0" },
{ "sshd_enable", "1" },
{ "wins_enable", "0" },
{ "lltd_enable", "1" },
{ "adsc_enable", "0" },
Expand Down

0 comments on commit ba3ba9f

Please sign in to comment.