mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 12:30:47 -07:00
5 lines
55 B
Text
5 lines
55 B
Text
|
#! /bin/sh
|
||
|
|
||
|
exec 2>&1
|
||
|
exec dropbear -r ./rsa.key -E -F
|