BashConfig
SSH:
Create ssh key on local device
ssh-keygen
- Save to ~/.ssh
- 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
Languages
Shell
76%
Lua
19.7%
Nix
1.4%
Python
1.3%
CSS
0.8%
Other
0.7%