代码搜索:Dropbear
找到约 104 项符合「Dropbear」的源代码
代码结果 104
www.eeworm.com/read/276787/4163253
control dropbear.control
Package: dropbear
Version: 0.49-r1
Description: Dropbear is a lightweight SSH and SCP implementation
Section: console/network
Priority: optional
Maintainer: Angstrom Developers
www.eeworm.com/read/276787/4163302
postinst dropbear.postinst
update-alternatives --install /usr/bin/scp scp /usr/sbin/dropbearmulti 20
update-alternatives --install /usr/bin/ssh ssh /usr/sbin/dropbearmulti 20
if test "x$D" != "x"; then
OPT="-r $D"
else
OPT=
www.eeworm.com/read/276787/4163547
postrm dropbear.postrm
if [ -f "/etc/dropbear/dropbear_rsa_host_key" ]; then
rm /etc/dropbear/dropbear_rsa_host_key
fi
if [ -f "/etc/dropbear/dropbear_dss_host_key" ]; then
rm /etc/dropbear/dropbear_dss_
www.eeworm.com/read/276787/4163580
list dropbear.list
/usr/sbin/dropbearkey
/etc/init.d/dropbear
/usr/bin/dbclient
/usr/sbin/dropbearmulti
/usr/sbin/dropbearconvert
/usr/sbin/dropbear
www.eeworm.com/read/276787/4163961
prerm dropbear.prerm
#!/bin/sh
if test "x$D" = "x"; then
/etc/init.d/dropbear stop
fi
www.eeworm.com/read/423632/2025592
spec dropbear.spec
%define pfx /opt/freescale/rootfs/%{_target_cpu}
Summary : Dropbear SSH server and client (embedded)
Name : dropbear
Version : 0.45
Release : 2
License : MI
www.eeworm.com/read/402579/2319105
init dropbear.init
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=50
# Copyright (C) 2006 Carlos Sobrinho
config_cb() {
local cfg="$CONFIG_SECTION"
local nopasswd
local cfgt
config_get cfgt "$cfg"
www.eeworm.com/read/402579/2319106
config dropbear.config
config dropbear
option PasswordAuth 'on'
option Port '22'
www.eeworm.com/read/229403/4756424
patch dropbear-init.patch
--- dropbear-0.42/S50dropbear
+++ dropbear-0.42/S50dropbear
@@ -0,0 +1,56 @@
+#!/bin/sh
+#
+# Starts dropbear sshd.
+#
+
+# Make sure the dropbearkey progam exists
+[ -f /usr/bin/dropbearkey ] || exit
www.eeworm.com/read/229403/4756425
mk dropbear_sshd.mk
#############################################################
#
# dropbear_sshd
#
#############################################################
DROPBEAR_SSHD_SOURCE:=dropbear-0.46.tar.bz2
DROPBEAR_SSH