mirror of https://github.com/dirtbags/moth.git
add sshd to inferno
This commit is contained in:
parent
69809e7c2f
commit
a3bdc1fe34
|
@ -0,0 +1,3 @@
|
||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
exec svlogd -tt $PWD
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
exec 2>&1
|
||||||
|
exec dropbear -r ./rsa.key -E -F
|
Loading…
Reference in New Issue