mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 19:07:28 +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
|