Compatibility with WinSSHD
Hi,
According to bitvise, WinSSHD should work with WinSCP: https://bitvise.com/ssh-server-usage-faq
However, I'm running into problems even though I'm running the SCP session under the bash shell...I think. :D
Here's some log info:
. Shell: e:\cygwin\usr\bin\bash.exe, EOL: 0
. Local directory: C:\, Remote directory: f:\FTP, Update: No
. Clear aliases: Yes, Unset nat.vars: Yes
. Alias LS: No, Ign LS warn: Yes, Scp1 Comp: No
. 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:$?"
! /usr/bin/bash: line 4: groups: command not found
< WinSCP: this is end-of-file:127
I can log in fine during an ssh session, but for some reason my WinSCP sessions can't find the commands. For some reason maybe the path's are not compatible between WinSSHD and WinSCP? Any help would be greatly appreciated!
According to bitvise, WinSSHD should work with WinSCP: https://bitvise.com/ssh-server-usage-faq
However, I'm running into problems even though I'm running the SCP session under the bash shell...I think. :D
Here's some log info:
. Shell: e:\cygwin\usr\bin\bash.exe, EOL: 0
. Local directory: C:\, Remote directory: f:\FTP, Update: No
. Clear aliases: Yes, Unset nat.vars: Yes
. Alias LS: No, Ign LS warn: Yes, Scp1 Comp: No
. 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:$?"
! /usr/bin/bash: line 4: groups: command not found
< WinSCP: this is end-of-file:127
I can log in fine during an ssh session, but for some reason my WinSCP sessions can't find the commands. For some reason maybe the path's are not compatible between WinSSHD and WinSCP? Any help would be greatly appreciated!