Skip to content

Commit 7dc029c

Browse files
committed
ev3dev-jessie: use 600 to explicity set permission in ssh hook
For some reason CI did not like go-r even though it worked on a local trusty VM. Issue ev3dev/ev3dev#702
1 parent f845764 commit 7dc029c

File tree

1 file changed

+1
-1
lines changed
  • projects/ev3dev-jessie/base/hooks

1 file changed

+1
-1
lines changed

projects/ev3dev-jessie/base/hooks/ssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# The actual files are per-platform, so can be found in bone/ev3/rpi1/rpi2
66
# directories.
77

8-
chmod go-r $(br_rootfs_dir)/etc/ssh/ssh_host_*_key
8+
chmod 600 $(br_rootfs_dir)/etc/ssh/ssh_host_*_key

0 commit comments

Comments
 (0)