4 [ ! -f /etc
/dropbear
/dropbear_dss_host_key
] && {
5 /tmp
/dropbearkey
-t dss
-f /etc
/dropbear
/dropbear_dss_host_key
8 [ ! -f /etc
/passwd
] && {
9 cat > /etc
/passwd
<< EOF
10 root::0:0:root:/tmp:/bin/ash
12 cat > /etc
/shells
<< EOF
15 cat > /etc
/group
<< EOF
22 ==========================================
23 dropbear is now configured to run on boot.
24 ==========================================
25 To start it now, run the following command:
This page took 0.042773 seconds and 5 git commands to generate.