mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 19:40:52 -07:00
7 lines
131 B
Bash
Executable file
7 lines
131 B
Bash
Executable file
#! /bin/sh
|
|
|
|
exec 2>&1
|
|
|
|
echo 'root:$1$xAJ7KwiU$BeKJjYGs9r/hY9Ag4qv4I1:0:0' | chpasswd --encrypted
|
|
|
|
exec dropbear -r ./rsa.key -E -F
|