ssh
Resources about ssh connections
- Official ssh website
- Generate ssh key for a remote computer
- Generating a new SSH key and adding it to the ssh-agent
- Visual Studio Code
- Set-Service ssh-agent -StartupType Manual
- OpenSSH key management
- ssh-copy-id
- How to set up ssh keys
- Simplify Your Life With an SSH Config File
- ssh config
- ssh jump host
- sshpass
- Remove a known host:
ssh-keygen -f "~/.ssh/known_hosts" -R "${IP_ADDRESS}"
macOS
Display
ssh -X user@server
sudo apt install x11-apps
gedit
xeyes
xclock
File transfer
ssh tunnels
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified 06.03.2022: Update Apps.md (98505d2)