2021-08-29 03:42:11 +03:00
2021-08-29 03:42:11 +03:00
2021-08-29 03:42:11 +03:00
2021-08-29 03:26:24 +03:00
2021-08-29 03:32:56 +03:00
2021-08-29 03:26:24 +03:00
2021-08-29 03:42:11 +03:00

BashConfig

SSH:

Create ssh key on local device

ssh-keygen
  1. Save to ~/.ssh
  2. Copy local "/.ssh/id_rsa.pub" key to remote "/.ssh/authorized_keys"

~/.ssh/config:

Host host_name
   HostName ip
   Port 22
   User root
   IdentityFile ~/.ssh/id_rsa
ssh host_name
Description
Languages
Shell 79.6%
Lua 18.2%
Python 1.4%
Ruby 0.7%