Tech Rescue
  • Home
  • Acronyms
  • Cheat-Sheets
  • User Manuals

SSH

Create alias to connect to tunneled VM via SSH

If you need to create an alias in linux (Fedora 35+) to execute an SSH connection to a VM and then inside that VM run another SSH connection to another VM then read this: 1. Create .bashrc.d folder in your home folder. mkdir -p ~/.bashrc.d 2. Create a
Hector Perez Feb 7, 2023

Authorize a user to authenticate with SSH key

NOTE: I am assuming that sshd is already up and running on your Skynet server. If not, run systemctl status sshd, if down you can run systemctl start sshd and systemctl enable sshd to start the service and allow it to run at system startup. For the purposes of this
Hector Perez Mar 10, 2022
Tech Rescue © 2025. Powered by Ghost