Hi,
Quote:
Originally Posted by aristosv
I read that there's a variable called "AUTOSSH_LOGFILE" but I don't know where to use it.
Can anyone help me out with this?
|
The autossh man page says that is an environment variable, so you should set it in your shell. Eg in your ~/.bashrc add the line
Code:
export AUTOSSH_LOGFILE="$HOME/autossh.log"
Evo2.