Questions tagged [dropbear]

Dropbear is a software package that provides a Secure Shell-compatible server and client. It is designed as a replacement for standard OpenSSH for environments with low memory and processor resources, such as embedded systems.

Dropbear is a software package written by Matt Johnston that provides a Secure Shell-compatible server and client. It is designed as a replacement for standard OpenSSH for environments with low memory and processor resources, such as embedded systems. It is a core component of OpenWrt and other router distributions.

Related:

,

43 questions
0
votes
1 answer

Starting a subsystem process with sshd on a constrained embedded system

I am trying to get the yuma123 open source implementation of a NETCONF Server running on an embedded Linux system. The NETCONF Server uses sshd, and yuma123 appears to assume that it is the openssh implementation of sshd as it uses the…
NetHead
  • 71
  • 1
  • 10
0
votes
1 answer

packet.c:98:2: error: 'writebuf' undeclared (first use in this function)

I'm trying to compile dropbear for windows before I compiled it but now that I try to recompile it and format my previous pc, install cygwin and what is necessary but when I execute the make command, it throws me that error. but I do not understand…
0
votes
1 answer

Tomatousb, ls command is broken and returns just the query

I made ipkg upgrade on my old tomatousb, which it seems resulted at least in a broken ls command: [root@tomatousb root]$ /bin/ls / / [root@tomatousb root]$ ls /bin /bin however, the results are displayed in different colours. There is…
puff
  • 21
  • 1
0
votes
1 answer

Ubuntu Server 16.04 with dropbear

Trying to get Dropbear to work with Ubuntu Server 16.04 to enable for remote disk decryption to. I am following this tutorial But failing at this step: sudo cp /etc/initramfs-tools/root/.ssh/id_rsa ~/id_rsa_dropbear as the file:…
alexis
  • 1,022
  • 3
  • 16
  • 44
0
votes
2 answers

Redirect the password prompt alert

Is it possible to redirect password prompt alert to a file or silence it? [lnx51 ~]$ ssh root@192.168.1.1 root@192.168.1.1's password:
foo_l
  • 591
  • 2
  • 10
  • 28
0
votes
1 answer

Dropbear ssh and askpass

I'm having an OpenWRT router, from which I have to automatically create a SSH connection to a remote host. But the remote host doesn't support public key authentication, so I thought I can create my own askpass script and specify it using the…
white_gecko
  • 4,808
  • 4
  • 55
  • 76
0
votes
1 answer

have someone succeed to do ssh connection using using paramiko module and dropbear in python2.7?

Has someone succeed to do ssh connection using paramiko module and dropbear in python2.7? I get "Authentication failed" error when executing the code below ssh =…
Suren
  • 47
  • 2
  • 10
0
votes
1 answer

Raspbmc Dropbear not using provided cmdline arguments

I have a raspbmc running on my rPi. Already configured to use ssh keys but I want to disable the password login option entirely. I have added the -s option in the /etc/default/dropbear: # any additional arguments for Dropbear DROPBEAR_EXTRA_ARGS=…
Devon
  • 393
  • 2
  • 5
  • 17
0
votes
2 answers

Dropbear - Build only scp

We are using dropbear to perform the scp and ssh functionalities. The security department is concerned about the ssh client in the production builds. But, we need scp functionality to transfer the files in the production images. How can I disable…
user4117880
  • 135
  • 3
  • 9
0
votes
2 answers

NodeJS remote terminal to Dropbear OpenWRT-Server

I am wandering whether there is a valid solution to have a remote terminal to a OpenWRT-Box out of an NodeJS-APP? Connecting from terminal works: ssh -i ~/.myKeys/id_rsa root@192.168.178.39 BusyBox v1.23.2 (2015-04-22 23:25:48 UTC) built-in shell…
Danny
  • 1,078
  • 7
  • 22
0
votes
1 answer

Beaglebone Debian ssh connection error

I can't connect Putty or 192.168.7.2 from browser with Beaglebone. I overcome this situation at Angstrom with below codes . rm dropbear_rsa_host_key /etc/init.d/dropbear start However, I can't handle it on Debian. There is no dropbear in /etc.…
user38138
  • 11
  • 3
0
votes
1 answer

How to create an Android executable for launch from the shell?

I'm using eclipse with the NDK to port my C++ application to Android. On Linux, it is an application that you invoke with arguments in the shell to perform a task, no GUI is provided, it is just a command line interface. Presently, I have added a…
WilliamKF
  • 41,123
  • 68
  • 193
  • 295
0
votes
1 answer

How to adapt configure.ac to add a library target in final Makefile?

I'm trying to get the dropbear ssh C code to build a library instead of a binary. Dropbear is built from generating a configure from configure.ac using autoconf. The configure is then used to generate a Makefile that builds executables. I would…
WilliamKF
  • 41,123
  • 68
  • 193
  • 295
1 2
3