martin wrote:
Hey, give me some time, I cannot be on-line 24-hours a day, 7-days in week :-)
What does password input box ask you for? (label of password field). It's possible that your SSH2 servers do not ask you for a password, but for other mean of authentication (so called keyboard-interactive authentication, see 'authentication' tab of login dialog).
Please post a log file, it should be clear from it.
Hi Martin,
don't mean to rush you!
The question is "Enter password"
I've tried both with and without the keyboard-interactive authentication.
you've asked for a logfile, well here it is. :lol:
*********************************************
. Closing connection.
. --------------------------------------------------------------------------
. WinSCP Version 2.3.0 (Build 146)
. Login time: Thursday, June 12, 2003 8:30:57 AM
. --------------------------------------------------------------------------
. Session name: vaartips
. Host name:
www.vaartips.nl (Port: 22)
. User name: kees (Password: No, 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: 0 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: default, Remote directory: home, Update: No, Cache: Yes
. Clear aliases: Yes, Unset nat.vars: Yes
. Alias LS: No, Ign LS warn: Yes, Scp1 Comp: No
. --------------------------------------------------------------------------
. Looking up host "www.vaartips.nl"
. Connecting to 62.177.200.212 port 22
. Server version: SSH-2.0-OpenSSH_3.6.1p2
. We claim version: SSH-2.0-PuTTY-Local: Apr 23 2003 11:38:40
. Using SSH protocol version 2
. Doing Diffie-Hellman group exchange
. Doing Diffie-Hellman key exchange
. Host key fingerprint is:
. ssh-rsa 1024 c6:8e:ce:75:8f:25:f5:c8:e1:71:a5:67:53:5b:64:e8
. Initialised AES-256 client->server encryption
. Initialised AES-256 server->client encryption
! Using username "kees".
. Access granted
. Opened channel for session
. Started a shell/command
. --------------------------------------------------------------------------
. Doing startup conversation with host.
. 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.
. Clearing all aliases.
> unalias "echo" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 4: unalias: echo: not found
< WinSCP: this is end-of-file:1
> unalias "pwd" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 5: unalias: pwd: not found
< WinSCP: this is end-of-file:1
> unalias "cd" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 6: unalias: cd: not found
< WinSCP: this is end-of-file:1
> unalias "ls" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 7: unalias: ls: not found
< WinSCP: this is end-of-file:1
> unalias "groups" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 8: unalias: groups: not found
< WinSCP: this is end-of-file:1
> unalias "scp" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 9: unalias: scp: not found
< WinSCP: this is end-of-file:1
> unalias "rm" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 10: unalias: rm: not found
< WinSCP: this is end-of-file:1
> unalias "mv" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 11: unalias: mv: not found
< WinSCP: this is end-of-file:1
> unalias "mkdir" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 12: unalias: mkdir: not found
< WinSCP: this is end-of-file:1
> unalias "chmod" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 13: unalias: chmod: not found
< WinSCP: this is end-of-file:1
> unalias "chgrp" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 14: unalias: chgrp: not found
< WinSCP: this is end-of-file:1
> unalias "chown" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 15: unalias: chown: not found
< WinSCP: this is end-of-file:1
> unalias "unset" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 16: unalias: unset: not found
< WinSCP: this is end-of-file:1
> unalias "unalias" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 17: unalias: unalias: not found
< WinSCP: this is end-of-file:1
> unalias "alias" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 18: unalias: alias: not found
< WinSCP: this is end-of-file:1
> unalias "%s" ; echo "WinSCP: this is end-of-file:$?"
! -bash: line 19: unalias: %s: not found
< WinSCP: this is end-of-file:1
. Clearing national user variables.
> unset "LANG" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:0
> unset "LANGUAGE" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:0
> unset "LC_CTYPE" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:0
> unset "LC_COLLATE" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:0
> unset "LC_MONETARY" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:0
> unset "LC_NUMERIC" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:0
> unset "LC_TIME" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:0
> unset "LC_MESSAGES" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:0
> unset "LC_ALL" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:0
> unset "HUMAN_BLOCKS" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:0
. Looking up current user groups.
> groups ; echo "WinSCP: this is end-of-file:$?"
< kees
< WinSCP: this is end-of-file:0
. Following groups found:
. kees
. Getting current directory name.
> pwd ; echo "WinSCP: this is end-of-file:$?"
< /usr/home/kees
< WinSCP: this is end-of-file:0
. Listing current directory.
> ls -la ; echo "WinSCP: this is end-of-file:$?"
< total 32
< drwxr-xr-x 5 kees kees 512 Apr 5 11:44 .
< drwxr-xr-x 24 root wheel 512 May 26 09:06 ..
< -rw------- 1 kees kees 3251 Jun 9 20:55 .bash_history
< -rw------- 1 kees kees 111 Nov 14 2002 .bash_profile
< drwx------ 2 kees kees 512 Apr 5 11:44 .cedit
< -rw-r--r-- 1 kees kees 771 Nov 14 2002 .cshrc
< -rw-r--r-- 1 kees kees 255 Nov 14 2002 .login
< -rw-r--r-- 1 kees kees 165 Nov 14 2002 .login_conf
< -rw------- 1 kees kees 371 Nov 14 2002 .mail_aliases
< -rw-r--r-- 1 kees kees 331 Nov 14 2002 .mailrc
< drwxr-xr-x 2 kees kees 512 May 2 13:46 .mc
< -rw-r--r-- 1 kees kees 801 Nov 14 2002 .profile
< -rw------- 1 kees kees 276 Nov 14 2002 .rhosts
< -rw-r--r-- 1 kees kees 852 Nov 14 2002 .shrc
< drwxr-xr-x 4 kees kees 512 Dec 6 2002 vaartips.nl
< WinSCP: this is end-of-file:0
. Startup conversation with host finished.
****************************************************
Bye Piet.