mirror of
https://github.com/moul/sshportal.git
synced 2025-09-12 23:54:46 +08:00
fix typo 's/aes-keuy/aes-key'
This commit is contained in:
parent
849a485621
commit
0f84be8fa0
1 changed files with 1 additions and 1 deletions
2
shell.go
2
shell.go
|
@ -721,7 +721,7 @@ GLOBAL OPTIONS:
|
|||
|
||||
if c.Bool("decrypt") {
|
||||
for _, host := range hosts {
|
||||
HostDecrypt(globalContext.String("aes-keuy"), host)
|
||||
HostDecrypt(globalContext.String("aes-key"), host)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue