A page in your DokuWiki was added or changed. Here are the details: Date : 2016/01/22 12:09 Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 IP-Address : 96.245.16.231 Hostname : pool-96-245-16-231.phlapa.fios.verizon.net Old Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient?... New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient Edit Summary: [Copying OpenSSH Server binaries] Add commands to copy files User : mikedep333 @@ -437,8 +437,13 @@ *sftp.exe *sftp-server.exe *ssh-keygen.exe *sshd.exe + + For example: + <code> + cp --preserve=time sftp.exe sftp-server.exe ssh-keygen.exe sshd.exe /cygdrive/d/x2goclient-contrib/cygwin/20160121-1_bin/ + </code> To be able to run Open SSH Server you should also copy needed programs and libraries from cygwin directory (c:\cygwin\bin). @@ -449,18 +454,28 @@ *cygncursesw-10.dll *cygssp-0.dll *cygwin1.dll *cygz.dll + + For example: + <code> + cd /bin + cp --preserve=time cygedit-0.dll cyggcc_s-1.dll cygncursesw-10.dll cygssp-0.dll cygwin1.dll cygz.dll /cygdrive/d/x2goclient-contrib/cygwin/20160121-1_bin/ + </code> 2nd, copy the Dash executable over and rename it: <code> ash.exe -> sh.exe + </code> + + For example: + <code> + cp --preserve=time ash.exe /cygdrive/d/x2goclient-contrib/cygwin/20160121-1_bin/sh.exe </code> Some of these libraries are also used by nxproxy. Open SSH Server and nxproxy should be built using same version of Cygwin. <note>This section needs to be updated for the .csv file that lists Cygwin packages and versions, and for the zip files on http://code.x2go.org/releases/ that contain pre-built binaries.</note> - ===== Copying 3rd-party libraries and components ===== ==== Overview ==== -- This mail was generated by DokuWiki at http://wiki.x2go.org/