Hi, I am running ssh2 on Linux, and it appears to initiate an endless loop when using it with "BatchMode yes". Here are the error messages that I am receiving: debug: Ssh2AuthPubKeyClient/authc-pubkey.c:777/ssh_client_auth_pubkey_agent_list_co mplete: adding keyfile "/home/geiszler/.ssh2/id_dsa_1024_a" to candidates debug: Ssh2AuthPubKeyClient/authc-pubkey.c:330/ssh_client_auth_pubkey_send_signatur e: Constructing and sending signature... debug: Ssh2AuthPubKeyClient/authc-pubkey.c:423/ssh_client_auth_pubkey_send_signatur e: ssh_client_auth_pubkey_send_signature: reading /home/geiszler/.ssh2/id_dsa_1024_a debug: Ssh2AuthPubKeyClient/authc-pubkey.c:777/ssh_client_auth_pubkey_agent_list_co mplete: adding keyfile "/home/geiszler/.ssh2/id_dsa_1024_a" to candidates debug: Ssh2AuthPubKeyClient/authc-pubkey.c:330/ssh_client_auth_pubkey_send_signatur e: Constructing and sending signature... debug: Ssh2AuthPubKeyClient/authc-pubkey.c:423/ssh_client_auth_pubkey_send_signatur e: ssh_client_auth_pubkey_send_signature: reading /home/geiszler/.ssh2/id_dsa_1024_a These lines repeat endlessly. Here is the system I am running ssh2 on: Linux esg 2.0.36 #123 Mon Dec 13 05:00:43 PST 1999 i686 unknown Here is the version of ssh2: ssh2: SSH Secure Shell 2.2.0 (non-commercial version) on i686-pc-linux-gnu Here is my ssh2_config file: BatchMode yes VerboseMode yes AllowedAuthentications publickey StrictHostKeychecking no Ssh2 appears to work fine when BatchMode is set to no. Has anyone encountered this problem, or can anyone provide a potential solution? Thanks, Dan
