Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Butcher

Re: connection refused with winscp 3.2.1 worked under 2.2.0

Please report this to authors of Putty.[/quote]

I'll do that
martin

Re: connection refused with winscp 3.2.1 worked under 2.2.0

Butcher wrote:

Found out what the problem was. I had the cisco vpn client installed and that seemed to make some problems, after removing it, it works perfectly.

Please report this to authors of Putty.
Butcher

Re: connection refused with winscp 3.2.1 worked under 2.2.0

Found out what the problem was. I had the cisco vpn client installed and that seemed to make some problems, after removing it, it works perfectly.
Butcher

Re: connection refused with winscp 3.2.1 worked under 2.2.0

Tried different Versions, with all Versions the same thing (down to Version 2.2.3)

With putty the same thing
0.52 works
newer versions don't work

any idea?
martin

Re: connection refused with winscp 3.2.1 worked under 2.2.0

Thanks for your report. I'll look at that. Can you try versions of WinSCP between 2.2 and 3.2.1 to find from which version the problem exists? You may download all versions from Sourceforge.
Also, please, try to connect with Putty.
Butcher

connection refused with winscp 3.2.1 worked under 2.2.0

I downloaded the newest Version and tried to connect to my server, the result was that it didn't work and I got a "connection refused" error. Then I tried with the old version and it worked fine. The settings are (as I have compared them) equal.

Same happens with every connection I tried, to several different servers.

Log with 3.2.1

. --------------------------------------------------------------------------
. WinSCP Version 3.2.1 (Build 174)
. Login time: Dienstag, 26. August 2003 11:46:46
. --------------------------------------------------------------------------
. Session name: secret
. Host name: secret (Port: 22)
. User name: secret (Password: Yes, Key file: No)
. Transfer Protocol: SCP
. SSH protocol version: 2; Compression: No
. Agent forwarding: No; TIS/CryptoCard: No; KI: Yes
. Ciphers: aes,blowfish,3des,WARN,des; Ssh2DES: No
. Ping interval: 60 sec (0 = off); Timeout: 15 sec
. SSH Bugs: -,-,-,-,-,-,-,-,
. Proxy: none
. Return code variable: Autodetect; Lookup user groups: Yes
. Shell: default, EOL: 0
. Local directory: secret, Remote directory: secret, Update: No, Cache: Yes
. Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. Alias LS: No, Ign LS warn: Yes, Scp1 Comp: No
. --------------------------------------------------------------------------
. Looking up host "secret"
. Connecting to secret port 22
. Attempt to close connection due to fatal exception:
* Network error: Connection refused
. Closing connection.
* (ESshFatal) Network error: Connection refused


And with the old version:

. --------------------------------------------------------------------------
. WinSCP Version 2.2.0 (Build 122)
. Login time: Dienstag, 26. August 2003 11:47:58
. --------------------------------------------------------------------------
. Session name: secret
. Host name:secret (Port: 22)
. User name: secret (Password: Yes, Key file: No)
. SSH protocol version: 2; Compression: No
. Agent forwarding: No; TIS/CryptoCard: No; KI: Yes
. Ciphers: aes,blowfish,3des,WARN,des; Ssh2DES: No
. Ping interval: 60 sec (0 = off); Timeout: 15 sec
. SSH Bugs: A,A,A,A,A,A,A,
. Proxy: none
. Return code variable: Autodetect; Lookup user groups: Yes
. Shell: default, EOL: 0
. Local directory: secret, Remote directory: secret, Update: No
. Clear aliases: Yes, Unset nat.vars: Yes
. Alias LS: No, Ign LS warn: Yes, Scp1 Comp: No
. --------------------------------------------------------------------------
. Looking up host "secret"
. Connecting to secret port 22
. Server version: SSH-1.99-OpenSSH_3.6.1p1 Debian 1:3.6.1p1-1
. We claim version: SSH-2.0-PuTTY-Local: Jan 26 2003 11:53:20
. Using SSH protocol version 2
. Doing Diffie-Hellman group exchange
. Doing Diffie-Hellman key exchange
. Host key fingerprint is:
. ssh-rsa 1024 85:21:41:ba:9e:b7:ec:56:04:ff:a1:fe:e8:ca:22:7b
. Initialised AES-256 client->server encryption
. Initialised AES-256 server->client encryption
. Keyboard-interactive authentication refused
. Sent password
. Access granted
. Opened channel for session
. Started a shell/command
. --------------------------------------------------------------------------
. Doing startup conversation with host (shell).
. Skipping host startup message (if any).
> echo "WinSCP: this is end-of-file:0"
< WinSCP: this is end-of-file:0
. Detecting variable containing return code of last command.
. Trying "$status".
> echo "$status" ; echo "WinSCP: this is end-of-file:0"
< WinSCP: this is end-of-file:0
. Trying "$?".
> echo "$?" ; echo "WinSCP: this is end-of-file:0"
< 0
< WinSCP: this is end-of-file:0
. Return code variable "$?" selected.
. Looking up current user groups.
> groups ; echo "WinSCP: this is end-of-file:$?"
< secret
< WinSCP: this is end-of-file:0
. Following groups found:
.....