mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-13 18:58:57 +00:00
4 lines
100 B
Bash
4 lines
100 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
exec dropbear -d ./dropbear_dss_host_key -r ./dropbear_rsa_host_key -F -E -p 22
|