Linux.com

Home Search
Search
Search Only:

Search Keyword keygen

Total: 20 results found.

1. Password protecting AMI instance
(CommunityAnswers / Drivers)
2. Can I regenerate keypair of my AMI?
(CommunityAnswers / Drivers)
...  51241ms firstboot-graphical.service 3574ms sshd-keygen.service 3439ms NetworkManager.service 3101ms udev-settle.service 3025ms netfs.service 2411ms iptables.service 2411ms ip6tables.service  ...
4. Weekend Project: Using git to Manage Config Files
(Learn Linux/Linux How to and Tutorials)
... it set up on the remote host. Use ssh-keygen -t dsa to create a DSA key, or just ssh-keygen to use the default. I don't enter a passphrase, this way you can log in just using the key with no passphrase. ...
...  ssh-keygen -f /etc/ssh/ssh_host_rsa_key -t rsa -C ‘host’ -N ” ssh-keygen -f /etc/ssh/ssh_host_dsa_key -t dsa -C ‘host’ -N ” # This allows user to get host keys securely ...
6. Easy Linux backups with Lucky Backup
(Learn Linux/Linux How to and Tutorials)
... want to set this up just follow these steps: On the local machine issue the command: ssh-keygen -t dsa This command will generate public keys that you can then copy to your remote machine. ...
7. Get to Know rsync
(Learn Linux/Linux How to and Tutorials)
... a remote host without needing to type the password each time too. If you haven't set this up previously, it's very easy. Open a terminal and run: ssh-keygen -t dsa This will create a public and private ...
... an ssh rsa key pair for host validation, here's how:  mylocal:~# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase ...
9. Building a Beowulf Cluster in just 13 steps
(Community Blogs/General Linux)
... Execute the command sudo apt­-get install openssh­server in every machine. Now logout from your session and log in as mpiuser. Open terminal and type the following ssh-keygen -t dsa. This command ...
... where you want to access the server) #ssh-keygen -t rsa 2.id_rsa and id_rsa.pub files will be created inside $HOME/.ssh 3.Copy id_rsa.pub to the server's .ssh directory #mkdir $HOME/.ssh #scp $HOME/.ssh/id_rsa.pub ...
11. Beowulf-HOWTO
(Learn Linux/How Tos)
...  To generate your public and private SSH keys, do this: ssh-keygen -b 1024 -f ~/.ssh/id_rsa -t rsa -N "" ...and it will display a few messages, and tell you that it created the public / private ...
12. Domain
(Learn Linux/How Tos)
... it, like running a telnetd on an unprivileged port on your firewall machine. An RSA key is generated by the command: ssh-keygen -b 1024 -f new_rsa_key You will be prompted for a pass phrase. This ...
13. Qmail+MH
(Learn Linux/How Tos)
... if you don't want to allow everybody to # get access to your X-Server # if [ -x /usr/bin/keygen ]; then if [ ! -x /usr/bin/hostname -a ! -x /bin/hostname \ -a ! -x /usr/bsd/hostname ];  ...
14. Samba-Authenticated-Gateway-HOWTO
(Learn Linux/How Tos)
... to be the PDC: pdc:~# ssh-keygen -t rsa Answer the questions and copy the resulting public key to the gateway it self. Usually the public key goes to "~.ssh/id_rsa.pub" pdc:~# cd .ssh pdc:~# scp ...
15. Secure-POP+SSH
(Learn Linux/How Tos)
... is an RSA public/private key pair. You can generate an authentication key for your account using ssh-keygen. An authetication key can have a passphrase associated with it, or the passphase can be blank. ...
16. Smart-Card-HOWTO
(Learn Linux/How Tos)
... of ssh identity on smart card, as the author says. ssh-smart uses smartcard utility to communicate with the smart card. Basically, ssh-smart-add tool (perl script) call ssh-keygen to generate RSA public ...
17. VPN-HOWTO
(Learn Linux/How Tos)
... ssh As root on the client, run the following lines: # mkdir /root/.ssh # ssh-keygen -f /root/.ssh/identity.vpn -P "" This will create two files, identity.vpn and identity.vpn.pub in ...
18. ppp-ssh
(Learn Linux/How Tos)
... has a public key in root's home directory (~/root/.ssh/identity.pub). If this file doesn't exist, then you must create it. As root, run ssh-keygen: # ssh-keygen Generating public/private rsa1 key ...
19. Back up like an expert with rsync
(Enterprise Computing/Linux Storage)
... key on the local machine using ssh-keygen -t dsa, and press Enter when prompted for a passphrase. After the key is created, use ssh-copy-id -i .ssh/id_dsa.pub user@remote.host.com to copy the public key ...
20. Advanced SSH security tips and tricks
(Learn Linux/Linux How to and Tutorials)
... on your private machine with the command ~$ ssh-keygen -t dsa. You'll be prompted for a pass-phrase for your private key, but you can leave it blank because this is not a recommended method. A key pair ...
Become an Individual Member
Check out the Friday Funnies

Sign Up For the Linux.com Newsletter


Who we are ?

The Linux Foundation is a non-profit consortium dedicated to the growth of Linux.

More About the foundation...

Frequent Questions

Join / Linux Training / Board