BashConfig
SSH:
Create ssh key on local device
ssh-keygen
- Save to
~/.ssh - Copy content of
~/.ssh/id_rsa.pubkey to remote~/.ssh/authorized_keys
~/.ssh/config:
Host host_name
HostName ip
Port 22
User root
IdentityFile ~/.ssh/id_rsa
Examples:
ssh host_name
sftp host_name
Languages
Shell
76%
Lua
19.7%
Nix
1.4%
Python
1.3%
CSS
0.8%
Other
0.7%