Skip to content

Commit a5a276b

Browse files
committed
Add root/circuits to user/password list
For whatever reason, the default user on my OSX laptop when calling ssh is "root". This seems wrong, but perhaps it's on someone else's mac too and it will save them from forgetting to time [email protected] when connnecting.
1 parent 46530a9 commit a5a276b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/target.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ config :nerves,
2929
# * See https://hexdocs.pm/ssh_subsystem_fwup/readme.html for firmware updates
3030

3131
config :nerves_ssh,
32-
user_passwords: [{"circuits", "circuits"}]
32+
user_passwords: [{"circuits", "circuits"}, {"root", "circuits"}]
3333

3434
# Configure the network using vintage_net
3535
# See https://github.com/nerves-networking/vintage_net for more information

0 commit comments

Comments
 (0)