3 # @(#) $Id: ./src/agentlessd/scripts/ssh_nopass.exp, 2011/09/08 dcid Exp $
7 # Copyright (C) 2009 Trend Micro Inc.
10 # This program is a free software; you can redistribute it
11 # and/or modify it under the terms of the GNU General Public
12 # License (version 2) as published by the FSF - Free Software
16 "WARNING: REMOTE HOST" {
17 send_user "\nERROR: RSA host key for '$hostname' has changed. Unable to access.\n"
20 "*sure you want to continue connecting*" {
25 "ssh: connect to host*" {
26 send_user "\nERROR: Unable to connect to remote host: $hostname .\n"
29 "no address associated with name" {
30 send_user "\nERROR: Unable to connect to remote host: $hostname .\n"
33 "*Connection refused*" {
34 send_user "\nERROR: Unable to connect to remote host: $hostname .\n"
37 "*Connection closed by remote host*" {
38 send_user "\nERROR: Unable to connect to remote host: $hostname .\n"
42 send_user "\nERROR: Public key authentication failed to host: $hostname .\n"
46 send_user "\nINFO: Started.\n"
49 send_user "\nINFO: Started.\n"
52 send_user "\nERROR: Timeout while connecting to host: $hostname . \n"