mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
8e1ec24f55
--HG-- extra : convert_revision : 4c3428781bc8faf0fd7cadd7099fbd7f4ea386e7
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
|