Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <02b201c46f30$326ca1f0$2338210a@bigben> From: "gurkan" To: Subject: cron and ssh with homeshare variable Date: Wed, 21 Jul 2004 16:37:06 +0200 X-IsSubscribed: yes i call ssh via a cron job : 1 * * * * /usr/bin/ssh -vi /home/gurkan/.ssh/key2 gurkan AT 10 DOT 48 DOT 56 DOT 21 OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004 Pseudo-terminal will not be allocated because stdin is not a terminal. debug1: Reading configuration data /etc/ssh_config debug1: Connecting to 10.48.56.21 [10.48.56.21] port 22. debug1: Connection established. Could not create directory '//ALISANDRE/homes/.ssh'. debug1: identity file /home/gurkan/.ssh/key2 type 2 debug1: Remote protocol version 1.99, remote software version OpenSSH_3.8.1p1 debug1: match: OpenSSH_3.8.1p1 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY Host key verification failed. My problem is that the system try to create a directory '//ALISANDRE/homes/.ssh'. and '//ALISANDRE/homes/ this is the value for HOMESHARE , the system chearch to write in know_hosts file , so i want change this value by /home/gurkan definitively (even if a reboot ) but i can't find it . -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/