Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
Setting up SSH keys for Secure Password-less SSH Login
Posted by Philipp Esselbach on: 10/04/2011 07:48 AM [ Print | 0 comment(s) ]
Linux Poison posted a tutorial about setting up SSH keys for secure password-less SSH login
OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks. Additionally, OpenSSH provides secure tunneling capabilities and several authentication methods, and supports all SSH protocol versions.
The OpenSSH suite replaces rlogin and telnet with the ssh program, rcp with scp, and ftp with sftp. Also included is sshd (the server side of the package), and the other utilities like ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, ssh-keygen and sftp-server.
If you manage more than one or two hosts, you likely have to type the same password too often. This can get quite annoying. SSH allows you to setup a public and private keypair. Using these keys, you can connect to any host which has the public key, from any host which has the private key.
The OpenSSH suite replaces rlogin and telnet with the ssh program, rcp with scp, and ftp with sftp. Also included is sshd (the server side of the package), and the other utilities like ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, ssh-keygen and sftp-server.
If you manage more than one or two hosts, you likely have to type the same password too often. This can get quite annoying. SSH allows you to setup a public and private keypair. Using these keys, you can connect to any host which has the public key, from any host which has the private key.
Setting up SSH keys for Secure Password-less SSH Login
Related Threads
12/27/2010 07:28 PM: Setting up wireless network - Slackware 13.1 (0) by psg
08/06/2006 09:03 PM: Help setting up a wireless USB Linksys card on Fedora Core 5 (1) by danleff
03/08/2006 04:19 AM: Setting up GUI interface in Debian (1) by danleff
05/21/2006 10:03 PM: Setting Up Damn Small Linux On USB Pen Drive (20) by jamesdudy
12/06/2004 11:04 AM: setting cm8837 sound (1) by danleff
11/29/2004 06:43 PM: Setting up a Linksys Wireless-G card in SuSE 9.1 Personal Edition (23) by OldSpiceAP
05/16/2004 03:47 PM: Setting up Linux as SSH server (1) by Dapper Dan
08/21/2004 02:33 PM: Setting up Motorola SB4200 Modem(Broadband)(External)(USB) (6) by danleff
03/23/2004 04:17 AM: Need help on setting up wireless usb adapter on Fedora (4) by Dapper Dan
02/18/2004 09:03 PM: Setting up a Linux Cluster (0) by Master Chief
08/06/2006 09:03 PM: Help setting up a wireless USB Linksys card on Fedora Core 5 (1) by danleff
03/08/2006 04:19 AM: Setting up GUI interface in Debian (1) by danleff
05/21/2006 10:03 PM: Setting Up Damn Small Linux On USB Pen Drive (20) by jamesdudy
12/06/2004 11:04 AM: setting cm8837 sound (1) by danleff
11/29/2004 06:43 PM: Setting up a Linksys Wireless-G card in SuSE 9.1 Personal Edition (23) by OldSpiceAP
05/16/2004 03:47 PM: Setting up Linux as SSH server (1) by Dapper Dan
08/21/2004 02:33 PM: Setting up Motorola SB4200 Modem(Broadband)(External)(USB) (6) by danleff
03/23/2004 04:17 AM: Need help on setting up wireless usb adapter on Fedora (4) by Dapper Dan
02/18/2004 09:03 PM: Setting up a Linux Cluster (0) by Master Chief
