mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-06 03:50:56 -07:00
7 lines
82 B
Bash
Executable file
7 lines
82 B
Bash
Executable file
#! /bin/sh
|
|
|
|
exec 2>&1
|
|
|
|
cat passwd > /etc/passwd
|
|
|
|
exec dropbear -r ./rsa.key -E -F
|