This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
fix sshd config location
tags/v1.2.0^0
Jonathan Cobb
4 years ago
parent
c0e6c62576
commit
9270569651
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bubble-server/src/main/resources/packer/roles/firewall/tasks/main.yml
+ 1
- 1
bubble-server/src/main/resources/packer/roles/firewall/tasks/main.yml
View File
@@ -105,7 +105,7 @@
- name: Install SSH hardening settings
copy:
src: bubble_sshd.conf
dest: /etc/ssh/ssh_config.d/bubble_sshd.conf
dest: /etc/ssh/ssh
d
_config.d/bubble_sshd.conf
owner: root
group: root
mode: 0400
Write
Preview
Loading…
Cancel
Save