Skip to content

Commit b1ca6a8

Browse files
committed
Merge pull request #41 from bkw/docFixes
fix filenames in comments
2 parents 4ae40b4 + 25890ce commit b1ca6a8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libraries/get_ssh_ciphers.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# encoding: utf-8
22
#
33
# Cookbook Name:: ssh-hardening
4-
# Library:: get_ssh_macs
4+
# Library:: get_ssh_ciphers
55
#
66
# Copyright 2012, Dominik Richter
77
# Copyright 2014, Christoph Hartmann

libraries/get_ssh_kex.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# encoding: utf-8
22
#
33
# Cookbook Name:: ssh-hardening
4-
# Library:: get_ssh_macs
4+
# Library:: get_ssh_kexs
55
#
66
# Copyright 2012, Dominik Richter
77
# Copyright 2014, Christoph Hartmann

recipes/client.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# encoding: utf-8
22
#
33
# Cookbook Name:: ssh-hardening
4-
# Recipe:: ssh_client.rb
4+
# Recipe:: client.rb
55
#
66
# Copyright 2012, Dominik Richter
77
# Copyright 2014, Deutsche Telekom AG

recipes/server.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# encoding: utf-8
22
#
33
# Cookbook Name:: ssh-hardening
4-
# Recipe:: ssh_server.rb
4+
# Recipe:: server.rb
55
#
66
# Copyright 2012, Dominik Richter
77
# Copyright 2014, Deutsche Telekom AG

0 commit comments

Comments
 (0)