Colin Constable
Colin Constable
I suspect the option we use is in a newer version of ssh. Try also upgrading the os and see if it persists. sudo apt update sudo apt upgrade
Thanks so much for the research!
So the -h and -p should point to the place you are running sshnp.. Currently you have the host and the port of the secondary server which is not where...
The sshnp repo has lots of clues https://github.com/atsign-foundation/sshnoports
I would make sure that ssh logins are allowed on the remote machine the logs would suggest they are not.. To test on the remote machine try `ssh 0` You...
DropBear on OpenWRT does not accept the following in the authorized_hosts file `permitopen="localhost:22" ssh-rsa AAAAB3NzaC1yc2EAAAADA..............` It is mentioned in the documentation but when using it the server ignores the Key...
Moving from Dropbear to Openssh using this as a [guide](https://oldwiki.archive.openwrt.org/inbox/replacingdropbearbyopensshserver) and running the above mentioned sshnpd in a docker container worked fine.. ``` cconstab@tarial ~ % sshnp -f @cconstab -t...
https://matt.ucc.asn.au/dropbear/dropbear.html In this link and then documented in the Github Man page here https://github.com/mkj/dropbear/blob/master/manpages/dropbear.8 Search for `command=` which does work on dropbear as is on openwrt permitopen= is also mentioned...
@cpswan sorry been working on this waiting for an aircraft which has now arrived. Better/more details to come. I will try building dropbear from source with the above options. My...
@cpswan .. The original ticket if for dropbear support so I will address that with the dropbear source. OpenWrt I think will have many options available but the slim sshnp...