Differences between revisions 1 and 2
Revision 1 as of 2017-03-15 08:09:53
Size: 40
Editor: hgiger
Comment:
Revision 2 as of 2017-03-15 08:12:38
Size: 457
Editor: hgiger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe FAQ/raspberryPiTo802.1x here.
== 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.<<BR>><<BR>>
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:
{{{

}}}

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:

FAQ/raspberryPiTo802.1x (last edited 2020-09-10 07:29:39 by hgiger)