diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2011-09-11 12:10:05 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2011-09-11 12:10:05 +0200 |
commit | 6d003965b51b8b20aec52c320ae215ad3b0caf6e (patch) | |
tree | b215f272edc17142e4faea704a46e838a898f1d5 /lib | |
parent | 4f079b6837b7698dc92fadebd92dd90dd55ea443 (diff) | |
download | smokeping-6d003965b51b8b20aec52c320ae215ad3b0caf6e.tar.gz smokeping-6d003965b51b8b20aec52c320ae215ad3b0caf6e.tar.xz |
added not on connecting by hand once
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Smokeping/probes/OpenSSHJunoOSPing.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Smokeping/probes/OpenSSHJunoOSPing.pm b/lib/Smokeping/probes/OpenSSHJunoOSPing.pm index ce741f8..d993f4e 100644 --- a/lib/Smokeping/probes/OpenSSHJunoOSPing.pm +++ b/lib/Smokeping/probes/OpenSSHJunoOSPing.pm @@ -37,6 +37,12 @@ ${e}head2 JunOS configuration The JunOS device should have a username/password configured, as well as the ability to connect to the VTY(s). +Make sure to connect to the remote host once from the commmand line as the +user who is running smokeping. On the first connect ssh will ask to add the +new host to its known_hosts file. This will not happen automatically so the +script will fail to login until the ssh key of your juniper box is in the +known_hosts file. + Some JunOS devices have a maximum of 5 VTYs available, so be careful not to hit a limit with the 'forks' variable. |