Using an ssh-agent, or how to type your ssh password once, safely. If you work a lot on linux and use ssh often, you quickly realize that typing your password every time you connect to a remote host gets annoying. Not only that, it is not the best solution in terms of security either. The main configuration step of this Configuring SSH lesson is this step. Here, we will do the SSH configuration in line mode. Firstly, we will go to line mode and configure the ssh for 17 users from 0 to 16. And then we will use “transport input ssh”. This command will allow only SSH access. Telnet accesses will be rejected.
Ssh Config Password Auth
raspi-config is a configuration tool in Raspbian. It enables you to configure various settings of your Raspbian installation, such as the keyboard layout, the timezone, the password for the pi user, the SSH access, etc.
Ubuntu Enable Ssh Password Authentication
raspi-config is run the first time you boot a new Raspbian installation. To start it manually, open the terminal (the third icon on the right of the Menu bar) and enter the sudo raspi-config command:
You should get the raspi-config screen:
You can use the arrow keys to move around the menus. When done making changes, select Finish and press the Enter key. We will describe most of the configuration options in the following lessons.
Synaptic Package ManagerExpand Raspbian filesystem