Skip to content

Commit a768232

Browse files
committed
change recommended usernames in ~/.ssh/config
because user `ubuntu` can sudo but user `jenkins` can't
1 parent 44fcea6 commit a768232

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/client-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ Host jenkins-master
9898
User ec2-user
9999
100100
Host jenkins-worker-behemoth-1
101-
User jenkins
101+
User ubuntu
102102
103103
Host jenkins-worker-behemoth-2
104-
User jenkins
104+
User ubuntu
105105
106106
Host jenkins-worker-ubuntu-publish
107-
User jenkins
107+
User ubuntu
108108
109109
Host jenkins-worker-windows-publish
110110
User jenkins

0 commit comments

Comments
 (0)