SSH Setup
If you use SSH to login onto certain machines in your LAN that you want to use as taskers, you need to setup SSH so that it will not ask for your password.
% vovsshsetup
% ssh <remotemachine> date
Disable Host Checking for Automatic Tasker Startup
The authenticity of host 'hs123 (10.11.12.123)' can't be established. RSA key fingerprint is dd:af:39:92:c0:72:83:6b:48:25:96:4b:0e:e4:8c:76. Are you sure you want to continue connecting (yes/no)?
- Edit the file ~/.ssh/config
- Add the statement
StrictHostKeyChecking no
to the file