~/.ssh/config Essentials
Edit
sudo nano ~/.ssh/config
Samples
Host test
User user
HostName 10.10.10.10
LocalForward 8000 127.0.0.1:8000
Host test.com
User user
HostName 10.10.10.10
AddressFamily inet
IdentityFile ~/.ssh/id_rsa.pub
LocalForward 8000 127.0.0.1:8000
Port 2222
Related
- Specify an SSH key for git push for a given Domain
- /etc/ssh/sshd_config Essentials
- How to Enable SSH on Ubuntu
- Working With SSH Keys
- SSH Tunneling Essentials
- IP Tables Essentials
- Set Static IP Address on Raspberry Pi OS
- Create a Password Hash
- Hashing in Windows
- Create Basic Self Hosted Remote Git Repo
- Linux Users
- Linux Groups
- GIT Essentials
- Run Ansible through a remote server to other servers
- Enable IP Forwarding in Linux
- Enable Two Factor Authentication on Linux
- Grep Essentials