mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-12 10:18:56 +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
|