Tag: ssh

  • SSH Essentials

    SSH Essentials

    SSH Essentials Related Links Related ~/.ssh/config Essentials /etc/ssh/sshd_config Essentials Specify an SSH key for git push for a given Domain How to Enable SSH on Ubuntu Working With SSH Keys SSH Tunneling Essentials Create Basic Self Hosted Remote Git Repo Run Ansible through a remote server to other servers Ansible Essentials Links

  • PinePhone Essentailas

    PinePhone Essentailas

    PinePhone Essentailas Boot Jump Drive Flash an OS Terminal Related Links Boot The PinePhone will always try and boot from the SD Card slot first. Jump Drive Download Jump Drive https://github.com/dreemurrs-embedded/Jumpdrive/releases flash the SD card with the jumpbox image Flash an OS while booted into jumpbox image mobian onto the internal mmc flash storage Turn…

  • Setup Free Raspberry Pi 4 Minecraft Java Server Pinecraft

    Setup Free Raspberry Pi 4 Minecraft Java Server Pinecraft

    Setup Free Raspberry Pi 4 Minecraft Java Server Pinecraft Prerequisites Install Check Status Connect to Server Console Session Exit the Server Console Session List Screen Sessions Related Links Prerequisites Ubuntu Server 64bitCan be installed using Raspberry Pi Imager Install Cloning into ‘pinecraft’… remote: Enumerating objects: 447, done. remote: Counting objects: 100% (447/447), done. remote: Compressing…

  • ~/.ssh/config Essentials

    ~/.ssh/config Essentials

    ~/.ssh/config Essentials Edit Samples Related Links Edit Samples 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…

  • /etc/ssh/sshd_config Essentials

    /etc/ssh/sshd_config Essentials

    SSH Essentials Restricting Login to Certain Users Restricting Login to Certain Groups Related Links Restricting Login to Certain Users Restricting Login to Certain Groups Related Specify an SSH key for git push for a given Domain How to Enable SSH on Ubuntu Working With SSH Keys SSH Tunneling Essentials Linux Users Linux Groups YAML Essentials…

  • Specify an SSH key for git push for a given Domain

    Specify an SSH key for git push for a given Domain

    Specify an SSH key for git push for a given Domain Add Entry in .ssh/config Add git remote Related Links Add Entry in .ssh/config Add git remote Related ~/.ssh/config Essentials /etc/ssh/sshd_config Essentials How to Enable SSH on Ubuntu Working With SSH Keys SSH Tunneling Essentials IP Tables Essentials YAML Essentials Create a Password Hash Hashing…

  • How to Enable SSH on Ubuntu

    How to Enable SSH on Ubuntu

    How to Enable SSH on Ubuntu Install Check Status Add Firewall Allow Rule If the firewall is enable you will need to add an allow rule Related Working With SSH Keys SSH Tunneling Essentials Links

  • Working With SSH Keys

    Working With SSH Keys

    Working With SSH Keys Genrate New Keys Specify Key Type Specify Bit Length Specify Comment Specifying File Name Generate Public Key from Private Key Copy Public Key to Remote Server Authorized_Keys Known_Hosts Related Links Generate New Key On a fresh install ~/.ssh directory is empty. To generate a new key using defaults. Generating public/private rsa…

  • SSH Tunneling Essentials

    SSH Tunneling Essentials

    SSH Tunneling Essentials Server Prerequisites TCP Forwarding Enabled on an OS level TCP Forwarding Enabled on SSHD level Local Examples Remote Examples Related Links Server Prerequisites TCP Forwarding Enabled on an OS level see Enable IP Forwarding in Linux TCP Forwarding Enabled on SSHD level AllowTCPForwarding is either not present, is commented out, or is…