Vertaling van "ssh-keygen" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Como antes, ssh-keygen le preguntará que introduzca una frase de paso.
Just as before, ssh-keygen will prompt you to entry a passphrase.
Crea tu par de claves utilizando el comando ssh-keygen, p.ej.
Create your key pair using the ssh-keygen command, e.g.
Si no tienes una, usa ssh-keygen para generarla.
If you do not have one, use ssh-keygen to generate one.
Uno puede cambiar la frase de contrasea posteriormente haciendo "ssh-keygen -p".
One can change the passphrase later with "ssh-keygen -p".
Para generar el par de claves, use ssh-keygen y guarde la clave en un lugar seguro.
To generate the key pair, use ssh-keygen and save the key in a safe place.
Alguien que esté más familiarizado con el funcionamiento de ssh-keygen puede confirmar la confiabilidad de este método.
Someone more familiar with the workings of ssh-keygen can confirm the reliability of this method.
Al ejecutar el comando ssh-keygen, se le preguntara por la ubicación deseada de su llave privada.
Upon issuing the ssh-keygen command, you will be prompted for the desired name and location of your private key.
Para hacer esto, se usa la orden ssh-keygen
To do this, use the ssh-keygen command
Existe una utilidad llamada ssh-keygen, que puede ser utilizada para generar dichas claves para ssh
There is ssh-keygen utility, which can be used to generate keys for ssh
Debe generar una clave ssh (ssh-keygen -t rsa).
You need to generate a ssh key (ssh-keygen -t rsa).
De no ser así, puede generarlo con la utilidad ssh-keygen
If not, use the ssh-keygen utility to generate it
También tendrás que conocer las utilidades de ssh, como ssh-keygen, ssh-add, ssh, scp o sftp.
You will also need knowledge of ssh utilities, such as ssh-keygen, ssh-add, ssh, scp or sftp.
Cuando especificamos una frase de paso, ésta permite a ssh-keygen asegurar nuestra clave privada contra un mal uso, pero también creo un pequeño inconveniente.
When we specify a passphrase, it allows ssh-keygen to secure our private key against misuse, but it also creates a minor inconvenience.