Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dropbear client configuration file?

Does anybody know where the Dropbear SSH client looks for a config file? I need to specify a certain identity file to be used by default. Eg, can I setup dropbear client such that I can use

$ dbclient user@host

instead of

$ dbclient -i my/rsa/key user@host

?

PS: I'm pretty much stuck with Dropbear rather than OpenSSH since I am on embedded linux running Angstrom.

EDIT: Alternatively, where does the dropbear client look for an identity file by default?

like image 401
Nicu Stiurca Avatar asked Jul 18 '26 14:07

Nicu Stiurca


1 Answers

New dropbear (v2017 ..) has a default id .ssh/id_dropbear see help: -i <identityfile> (multiple allowed, default .ssh/id_dropbear)

like image 155
georgk111 Avatar answered Jul 20 '26 05:07

georgk111



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!