Revision 2 as of 2017-03-15 08:12:38

Clear message

How to authorize a RaspberryPi device for 802.1x WLAN

An SSH server can authenticate clients using a variety of different methods. The most basic of these is password authentication, which is easy to use, but not the most secure.

SSH keys prove to be a reliable and secure alternative. To use this alternative you need a key pair with a public and a private key. You can generate a key pair with the command ssh-keygen: