mirror of
http://galexander.org/git/simplesshd.git
synced 2025-01-08 14:10:59 +00:00
4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
|
#!/bin/sh
|
||
|
exec 2>&1
|
||
|
exec dropbear -d ./dropbear_dss_host_key -r ./dropbear_rsa_host_key -F -E -p 22
|