aceptar un comentario como parametro de la funcion

This commit is contained in:
f 2022-03-12 18:51:29 -03:00
parent 0bbd07e074
commit 9fcb2c0c54

View file

@ -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.