mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2024-11-16 09:27:17 +03:00
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>
|
||
|
```
|