fruworg.github.io/content/posts/ssh-auth-by-key.md
root c793b55750 Revert "remove shell"
This reverts commit 65914f8895.
2023-09-24 18:58:33 +03:00

16 lines
335 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Беспарольная аутентификация для SSH
description: С помощью публичного ключа
date: 2022-12-14T12:04:00+05:00
tags: [linux, ssh]
---
## Генерация ключа
```shell
ssh-keygen
```
## Копировние ключв
```shell
ssh-copy-id <username>@<server-ip>
```