|
Lines 846-851
The client proves that it has access to the private key
Link Here
|
| 846 |
and the server checks that the corresponding public key |
846 |
and the server checks that the corresponding public key |
| 847 |
is authorized to accept the account. |
847 |
is authorized to accept the account. |
| 848 |
.Pp |
848 |
.Pp |
|
|
849 |
The server may inform the client of errors that prevented public key |
| 850 |
authentication from succeeding after authentication completes using a |
| 851 |
different method. |
| 852 |
These may be viewed by increasing the |
| 853 |
.Cm LogLevel |
| 854 |
to |
| 855 |
.Cm DEBUG |
| 856 |
or higher (e.g. by using the |
| 857 |
.Fl v |
| 858 |
flag). |
| 859 |
.Pp |
| 849 |
The user creates his/her key pair by running |
860 |
The user creates his/her key pair by running |
| 850 |
.Xr ssh-keygen 1 . |
861 |
.Xr ssh-keygen 1 . |
| 851 |
This stores the private key in |
862 |
This stores the private key in |