diff options
Diffstat (limited to 'jenkins-server-slave-setup/cygwin-sshd/cygwin_sshd_win7_usr_process.txt')
-rw-r--r-- | jenkins-server-slave-setup/cygwin-sshd/cygwin_sshd_win7_usr_process.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/jenkins-server-slave-setup/cygwin-sshd/cygwin_sshd_win7_usr_process.txt b/jenkins-server-slave-setup/cygwin-sshd/cygwin_sshd_win7_usr_process.txt index 4c64343..24972b9 100644 --- a/jenkins-server-slave-setup/cygwin-sshd/cygwin_sshd_win7_usr_process.txt +++ b/jenkins-server-slave-setup/cygwin-sshd/cygwin_sshd_win7_usr_process.txt @@ -7,7 +7,7 @@ Please read cygwin_sshd_win7_init.txt first! configure the ssh deamon, sshd: - Start cygwin shell as Administrator: - start cmd.exe - - runas /user:Administrator c:\cygwin\Cygwin.bat + - runas /user:Administrator c:\cygwin64\Cygwin.bat - 7.1) to configure account 'jogamp' run the following commands you might want to put it in a shell script, e.g. setup-jogamp.sh @@ -24,12 +24,13 @@ configure the ssh deamon, sshd: - Answer the followup questions as follows: - Any 'overwrite file': yes (happens if you retry configuration) - - Should privilige seperation be used: no + - Should StrictModes be used? no - Do you want to install sshd as a service: no + - Obsolete: Should privilige seperation be used: no chown jogamp /etc/ssh* - vi /etc/sshd_config - change: + Obsolete: vi /etc/sshd_config - change: - UsePrivilegeSeparation sandbox + UsePrivilegeSeparation no @@ -43,7 +44,7 @@ configure the ssh deamon, sshd: @echo off C: - chdir C:\cygwin\bin + chdir C:\cygwin64\bin bash --login -c /usr/sbin/sshd ++++++++++ |