Kosmos Member Joined Apr 10, 2012 Messages 228 May 10, 2012 #1 Where is the dropbear config file? I would like to change the default ssh port for logging in.Obviously not at /etc/sshd_config... I looked in /etc/dropbear - not there! just an RSA file. Last edited by a moderator: May 10, 2012
Where is the dropbear config file? I would like to change the default ssh port for logging in.Obviously not at /etc/sshd_config... I looked in /etc/dropbear - not there! just an RSA file.
sebt3 homebrew player (P. & C.) Joined Sep 9, 2008 Messages 4,885 Age 44 Location France Website sebt3.openpandora.org May 10, 2012 #2 Have a look at /etc/init.d/dropbear The deamon dont read a config file but follow what you ask with it's arguments when you start it.
Have a look at /etc/init.d/dropbear The deamon dont read a config file but follow what you ask with it's arguments when you start it.
Kosmos Member Joined Apr 10, 2012 Messages 228 May 10, 2012 #3 It starts automatically on boot. How do I change its parameters for that? I want to change the default port.
It starts automatically on boot. How do I change its parameters for that? I want to change the default port.
sebt3 homebrew player (P. & C.) Joined Sep 9, 2008 Messages 4,885 Age 44 Location France Website sebt3.openpandora.org May 10, 2012 #4 /etc/init.d/dropbear is the script that start it at boot. There is DROPBEAR_PORT=22 line in this file. change that, then : /etc/init.d/dropbear stop;/etc/init.d/dropbear start and you're in business
/etc/init.d/dropbear is the script that start it at boot. There is DROPBEAR_PORT=22 line in this file. change that, then : /etc/init.d/dropbear stop;/etc/init.d/dropbear start and you're in business
Kosmos Member Joined Apr 10, 2012 Messages 228 May 10, 2012 #5 Yes, I am now in business. Thanks Sebt3, once again.