Mathieu Roy <[EMAIL PROTECTED]> writes: > Can you provide the output of > cat ~/.ssh/config
Sure: $ cat ~/.ssh/config Protocol 2,1 Host cvs.red-bean.com EscapeChar none ForwardX11 no Host subversions.gnu.org Protocol 1 $ (Yes, I noticed the last two lines. I can't remember if I put them there because of some instructions I saw on, say, a savannah web page, or for some other reason.) > and try > ssh -1 -v sv.gnu.org Sure, below is the output from that command. This is using the ~/.ssh/config quoted above, but the output doesn't seem to change significantly if I remove those last two lines from ~/.ssh/config. Let me know if you need anything else. Thanks! -Karl $ ssh -1 -v sv.gnu.org OpenSSH_3.0.2p1 Debian 1:3.0.2p1-8, SSH protocols 1.5/2.0, OpenSSL 0x0090603f debug1: Reading configuration data /home/kfogel/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Seeding random number generator debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: restore_uid debug1: ssh_connect: getuid 1000 geteuid 0 anon 1 debug1: Connecting to sv.gnu.org [199.232.41.3] port 22. debug1: temporarily_use_uid: 1000/1000 (e=0) debug1: restore_uid debug1: temporarily_use_uid: 1000/1000 (e=0) debug1: restore_uid debug1: Connection established. debug1: read PEM private key done: type DSA debug1: read PEM private key done: type RSA debug1: identity file /home/kfogel/.ssh/identity type 0 debug1: Remote protocol version 1.99, remote software version OpenSSH_3.4p1 Debian 1:3.4p1-0.0woody1 debug1: match: OpenSSH_3.4p1 Debian 1:3.4p1-0.0woody1 pat ^OpenSSH debug1: Local version string SSH-1.5-OpenSSH_3.0.2p1 Debian 1:3.0.2p1-8 debug1: Waiting for server public key. debug1: Received server public key (768 bits) and host key (1024 bits). debug1: Host 'sv.gnu.org' is known and matches the RSA1 host key. debug1: Found key in /home/kfogel/.ssh/known_hosts:148 debug1: Encryption type: 3des debug1: Sent encrypted session key. debug1: Installing crc compensation attack detector. debug1: Received encrypted confirmation. debug1: Trying RSA authentication via agent with '[EMAIL PROTECTED]' debug1: Received RSA challenge from server. debug1: Sending response to RSA challenge. debug1: Remote: RSA authentication accepted. debug1: RSA authentication accepted by server. debug1: Requesting pty. debug1: Requesting shell. debug1: Entering interactive session. Welcome to subversions.gnu.org, running Debian GNU/Linux 3.0 "Software by its very nature is subversive: the computer's identity is redefined by a subtler yet more powerful form of information. A new species comes into being when a program executes for the first time, and nobody really knows what it will bring to the universe." -- Spencer Hammond, 1987 If you are using `rsh' or `rlogin` to connect to subversions, please be sure to pass the -x flag. Unlike fencepost, we can't require this here because of CVS. Mail <[EMAIL PROTECTED]> if you have any questions. Last login: Sat Apr 5 01:23:17 2003 from adsl-65-42-95-175.dsl.chcgil.ameritech.net You tried to execute: `/usr/local/bin/cvssh'. Sorry, you are only allowed to execute : - CVS_RSH=ssh cvs commands - rsync from /cvsroot or /upload. - rsync to /upload. - sftp to and from /upload. Connection to sv.gnu.org closed. debug1: Transferred: stdin 0, stdout 884, stderr 34 bytes in 2.1 seconds debug1: Bytes per second: stdin 0.0, stdout 427.9, stderr 16.5 debug1: Exit status 1 $ _______________________________________________ Savannah-hackers mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/savannah-hackers