diff --git a/net/autossh/files/autossh.init b/net/autossh/files/autossh.init index 2c18905320..7b3dfe1bc5 100644 --- a/net/autossh/files/autossh.init +++ b/net/autossh/files/autossh.init @@ -49,6 +49,9 @@ start_instance() { procd_set_param command /usr/sbin/autossh ${forwarding} ${ssh} procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5} [ -n "$pidfile" ] && procd_set_param pidfile "$pidfile" + + #dropbear ssh seek the known_hosts file in $HOME/.ssh/known_hosts + procd_append_param env "HOME=/root" [ -n "$monitorport" ] && procd_append_param env "AUTOSSH_PORT=$monitorport" [ -n "$poll" ] && procd_append_param env "AUTOSSH_POLL=$poll"