aceptar un comentario como parametro de la funcion
This commit is contained in:
parent
0bbd07e074
commit
9fcb2c0c54
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ get_stack () {
|
|||
generate_private_key () {
|
||||
test -f "$private_key" && return 1
|
||||
|
||||
ssh-keygen -t ecdsa -f "$private_key" -N ""
|
||||
ssh-keygen -t ecdsa -f "$private_key" -N "" -C "$@"
|
||||
}
|
||||
|
||||
# Firmar el archivo usando la llave privada.
|
||||
|
|
Loading…
Reference in a new issue