remove shell

This commit is contained in:
root
2023-09-24 18:46:20 +03:00
parent 78f49dc907
commit 65914f8895
26 changed files with 132 additions and 132 deletions

View File

@ -5,11 +5,11 @@ date: 2022-12-14T12:04:00+05:00
tags: [linux, ssh]
---
## Генерация ключа
```shell
```
ssh-keygen
```
## Копировние ключв
```shell
```
ssh-copy-id <username>@<server-ip>
```