I'vet setup cron to scp a file from a solaris machine to a linux machine,
but every cron-job returns with this error message:
Code: Select all
/home/h/ha/.ssh/config: line 4: Bad configuration option: ForwardX11Trusted
/home/h/ha/.ssh/config: terminating, 1 bad configuration options
lost connection
Code: Select all
host *
IdentityFile ~/.ssh/id_whatever
ForwardX11 no
ForwardX11Trusted no
