Re: [X2go-dev] X2GO and SSH

2010-12-22 Thread Oleksandr Shneyder
Am 18.12.2010 04:47, schrieb John A. Sullivan III: > > Thanks, Oleksandr but I'm a little confused by the above statement. If > we are doing static linking, why do we need to distribute libssh.dll and > zlib1.dll? > > By the way, we have it working now but are just trying to tweak it, > e.g., t

Re: [X2go-dev] X2GO and SSH

2010-12-21 Thread John A. Sullivan III
sk; and I guess it is due to not having > > > > certain paths defined somewhere. > > > > > > Hello, > > > > > > It is not complicate at all. Please read careful my Howto and you'll > > > see, that it's very simple: > > > >

Re: [X2go-dev] X2GO and SSH

2010-12-21 Thread --[ UxBoD ]--
with compilation but now fails trying to find the ssh library. > > > What am I doing so wrong Alex. This appears to be such a > > > complicated compiled task; and I guess it is due to not having > > > certain paths defined somewhere. > > > > Hello, > > >

Re: [X2go-dev] X2GO and SSH

2010-12-17 Thread John A. Sullivan III
at am I doing so wrong Alex. This appears to be such a > > complicated compiled task; and I guess it is due to not having certain > > paths defined somewhere. > > Hello, > > It is not complicate at all. Please read careful my Howto and you'll > see, that it's ver

Re: [X2go-dev] X2GO and SSH

2010-12-15 Thread Oleksandr Shneyder
aving certain paths defined somewhere. Hello, It is not complicate at all. Please read careful my Howto and you'll see, that it's very simple: FromRe: [X2go-dev] X2GO and SSH 09.12.2010 17:44 by Oleksandr Shneyder == unpack this file and install libssh in

Re: [X2go-dev] X2GO and SSH

2010-12-15 Thread --[ UxBoD ]--
- Original Message - > --[ UxBoD ]-- schrieb: > > - Original Message - > >> --[ UxBoD ]-- schrieb: > >>> - Original Message - > >>> Hi Alex, > >>> > >>> Thank you for the detailed steps. May I ask if you rebuilt Qt, > >>> statically, under Windows or has all your work been p

Re: [X2go-dev] X2GO and SSH

2010-12-14 Thread Oleksandr Shneyder
--[ UxBoD ]-- schrieb: > - Original Message - >> --[ UxBoD ]-- schrieb: >>> - Original Message - >>> Hi Alex, >>> >>> Thank you for the detailed steps. May I ask if you rebuilt Qt, >>> statically, under Windows or has all your work been performed under >>> Linux ? I have tried both

Re: [X2go-dev] X2GO and SSH

2010-12-14 Thread --[ UxBoD ]--
- Original Message - > --[ UxBoD ]-- schrieb: > > - Original Message - > > > Hi Alex, > > > > Thank you for the detailed steps. May I ask if you rebuilt Qt, > > statically, under Windows or has all your work been performed under > > Linux ? I have tried both of those Qt versions an

Re: [X2go-dev] X2GO and SSH

2010-12-09 Thread Oleksandr Shneyder
--[ UxBoD ]-- schrieb: > - Original Message - > Hi Alex, > > Thank you for the detailed steps. May I ask if you rebuilt Qt, statically, > under Windows or has all your work been performed under Linux ? I have tried > both of those Qt versions and ran configure.exe -static -openssl > -I

Re: [X2go-dev] X2GO and SSH

2010-12-09 Thread --[ UxBoD ]--
- Original Message - > --[ UxBoD ]-- schrieb: > > - Original Message - > > >> mingw32-make[1]: Entering directory `C:/x2goclient-3.01' > >> g++ -enable-stdcall-fixup -Wl,-enable-auto-import > >> -Wl,-enable-runtime-pseudo-reloc -Wl,-s -mthreads -Wl > >> -Wl,-subsystem,windows -o re

Re: [X2go-dev] X2GO and SSH

2010-12-09 Thread Oleksandr Shneyder
--[ UxBoD ]-- schrieb: > - Original Message - >> mingw32-make[1]: Entering directory `C:/x2goclient-3.01' >> g++ -enable-stdcall-fixup -Wl,-enable-auto-import >> -Wl,-enable-runtime-pseudo-reloc -Wl,-s -mthreads -Wl >> -Wl,-subsystem,windows -o release\x2goplugin.exe >> object_script.x2gop

Re: [X2go-dev] X2GO and SSH

2010-12-09 Thread --[ UxBoD ]--
- Original Message - > - Original Message - > > On Mon, 2010-12-06 at 20:38 +0100, Heinz-M. Graesing wrote: > > > Hello John, > > > > > > > > > Am 02.12.2010 17:49, schrieb John A. Sullivan III: > > > > Alex and Heinz, is there any version of X2Go available yet with > > > > libssh?

Re: [X2go-dev] X2GO and SSH

2010-12-07 Thread --[ UxBoD ]--
- Original Message - > On Mon, 2010-12-06 at 20:38 +0100, Heinz-M. Graesing wrote: > > Hello John, > > > > > > Am 02.12.2010 17:49, schrieb John A. Sullivan III: > > > Alex and Heinz, is there any version of X2Go available yet with > > > libssh? > > > Using plink (assuming it supports ASKPA

Re: [X2go-dev] X2GO and SSH

2010-12-06 Thread John A. Sullivan III
On Mon, 2010-12-06 at 20:38 +0100, Heinz-M. Graesing wrote: > Hello John, > > > Am 02.12.2010 17:49, schrieb John A. Sullivan III: > > Alex and Heinz, is there any version of X2Go available yet with libssh? > > Using plink (assuming it supports ASKPASS) would require an awful amount > > of hackin

Re: [X2go-dev] X2GO and SSH

2010-12-06 Thread Heinz-M. Graesing
Hello John, Am 02.12.2010 17:49, schrieb John A. Sullivan III: > Alex and Heinz, is there any version of X2Go available yet with libssh? > Using plink (assuming it supports ASKPASS) would require an awful amount > of hacking and conditional formatting of parameters. A consistent, > cross-platfor

Re: [X2go-dev] X2GO and SSH

2010-12-02 Thread John A. Sullivan III
On Thu, 2010-12-02 at 08:10 +0100, Oleksandr Shneyder wrote: > --[ UxBoD ]-- schrieb: > > > > > Alex, what do the two includes patches to SSH actually do ? I see they set > > ASKPASS to a different value ? > > It force ssh to use program specified in SSH_ASKPASS environment > variable as "askp

Re: [X2go-dev] X2GO and SSH

2010-12-01 Thread Oleksandr Shneyder
--[ UxBoD ]-- schrieb: > > Alex, what do the two includes patches to SSH actually do ? I see they set > ASKPASS to a different value ? It force ssh to use program specified in SSH_ASKPASS environment variable as "askpass" program. In Unix you can do this setting DISPLAY variable and starting s

Re: [X2go-dev] X2GO and SSH

2010-12-01 Thread --[ UxBoD ]--
- Original Message - > - Original Message - > > --[ UxBoD ]-- schrieb: > > > - Original Message - > > >> Hi, > > >> > > >> would you have any details on how you compiled OpenSSH for > > >> Windows > > >> please ? We are experiencing an issue we believe may be due to > > >> t

Re: [X2go-dev] X2GO and SSH

2010-12-01 Thread --[ UxBoD ]--
- Original Message - > --[ UxBoD ]-- schrieb: > > - Original Message - > >> Hi, > >> > >> would you have any details on how you compiled OpenSSH for Windows > >> please ? We are experiencing an issue we believe may be due to the > >> age > >> of the distributed SSH client and would

Re: [X2go-dev] X2GO and SSH

2010-12-01 Thread Oleksandr Shneyder
--[ UxBoD ]-- schrieb: > - Original Message - >> Hi, >> >> would you have any details on how you compiled OpenSSH for Windows >> please ? We are experiencing an issue we believe may be due to the age >> of the distributed SSH client and would like to update it to the >> latest release. > >

Re: [X2go-dev] X2GO and SSH

2010-11-29 Thread --[ UxBoD ]--
- Original Message - > Hi, > > would you have any details on how you compiled OpenSSH for Windows > please ? We are experiencing an issue we believe may be due to the age > of the distributed SSH client and would like to update it to the > latest release. Have successfully compiled SSH, w

[X2go-dev] X2GO and SSH

2010-11-29 Thread --[ UxBoD ]--
Hi, would you have any details on how you compiled OpenSSH for Windows please ? We are experiencing an issue we believe may be due to the age of the distributed SSH client and would like to update it to the latest release. -- Thanks, Phil ___ X2go-dev

Re: [X2go-dev] x2go and ssh-key based login

2009-12-12 Thread jasper van der marel
Hi Robin, Just tweaked a little more and it works like you described it. It seems the ssh key had to many rights when transfered to the Windows desktop. I can now log in with an encrypted ssh-key by filling in the password field of the user. Many thanks for the solution. With kind regards, Jaspe

Re: [X2go-dev] x2go and ssh-key based login

2009-12-12 Thread jasper van der marel
Hi Robin, That solution doesn't work because when using sshkeys there is no option to fill in the password. You simply get the error message permission denied (public key). In second instance you get a window to fill in a username/password but this only applies to password auyjentication. I have

[X2go-dev] x2go and ssh-key based login

2009-12-12 Thread jasper van der marel
Hi, To secure an x2go terminalserver enviroment from the bad big world outside we are thinking of implementing ssh-key based authenication. This works wonderfully with unencrypted ssh-keys. With encrypted ssh-keys it won't work because of the password challenge. Is there any way it can work with t