Re: Address binding question

2020-12-22 Thread Matt Johnston
Hi Emil, That syntax should work. In my shell here (zsh) I have to put "[127.0.0.1]:22" in quotes, could that be the problem? What commandline do you see if you look at "ps aux"? Cheers, Matt > On Tue 22/12/2020, at 9:13 am, Emil Christopher Solli Melar > wrote: > > Hello! I use Dropbear

Address binding question

2020-12-21 Thread Emil Christopher Solli Melar
Hello! I use Dropbear server v2019.78. My goal is to only make it bind to localhost so I don't have to block it with a firewall / iptables. It's run like this: /dropbear -i -r /var/lib/dropbear/dropbear_rsa_host_key -p [127.0.0.1]:22 -p [::1]:22 -s I have tried to search via google but the