mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-01-18 20:00:51 +03:00
c793b55750
This reverts commit 65914f8895a7183915bb9484a725085cd24038f1.
16 lines
257 B
Groff
16 lines
257 B
Groff
---
|
|
title: pg_probackup
|
|
description: убличного ключа
|
|
date: 2022-12-14T12:04:00+05:00
|
|
tags: [linux, ssh]
|
|
---
|
|
## Генерируем ключ
|
|
```shell
|
|
ssh-keygen
|
|
```
|
|
|
|
## Копируем ключ
|
|
```shell
|
|
ssh-copy-id <username>@<server-ip>
|
|
```
|