Skip to content

Commit 2244b7c

Browse files
committed
Add ssh password type
1 parent abfeaae commit 2244b7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Brass/Actions.pm

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ my %allowed_action = (
2222
sqldb => {
2323
username => 1,
2424
},
25+
ssh => {
26+
username => 1,
27+
},
2528
system => {
2629
username => 1,
2730
},

0 commit comments

Comments
 (0)