Skip to content

Commit 101a1be

Browse files
committed
update ssh-to-Windows instructions
1 parent 6db3767 commit 101a1be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/client-setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ configure" than on Linux, comments Adriaan.)
140140
You can't ssh directly to the Windows node, but you can get there by
141141
ssh'ing to jenkins-master first. From jenkins-master, do:
142142

143-
ssh -i ~/.ssh/jenkins_id_rsa jenkins@172.31.0.178
143+
sudo su jenkins
144+
ssh -i ~/.ssh/id_worker_windows jenkins@172.31.0.178
144145

145146
which should get you to a Cygwin prompt. (If it doesn't work, maybe
146147
you forgot to bring the Windows node online first?)

0 commit comments

Comments
 (0)