no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Installing OpenSSH server in Windows 10/11

    calendar February 10, 2024 nav_categories Tech nav_categories Software nav_tags windows nav_tags windows 10 nav_tags windows 11 nav_tags ssh nav_tags openssh

    Microsoft finally got around to allowing SSH access into Windows 10.

    In a typical Microsoft way, they provide a way to do so using the GUI, and tried to hid the way to do so via the command line.

    I wanted a command line way of doing it, so I could easily script it for any Windows 10 device I had to deploy, especially …

    Read More
  • Specify private key in git

    calendar March 10, 2023 nav_categories Tech nav_categories Application nav_tags git nav_tags ssh nav_tags gitlab nav_tags github

    When using Github or a Gitlab instance, I typically use a specific key.

    By default however, Gitlab/hub will only try to use the default name of ~/.ssh/id_rsa, and then fail if that key isn't the one specified in your Gitlab/hug profile.

    On Github, I added the public key that the corresponding private key is ~/.ssh/git. …

    Read More
  • Removing SSH known_hosts entries

    calendar November 15, 2022 nav_categories Tech nav_categories Application nav_tags ssh nav_tags ssh-keygen

    Anyone that uses a lab that includes virtual machines re-uses the same IP addresses quite a bit.

    However, when attempting to ssh (or scp or sftp) after re-using the IP address, you run into these errors:

    scp tom@testbox.nodinrogers.com
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @    WARNING: REMOTE …

    Read More
  • Enabling SSH for a TrueNAS jail

    calendar November 15, 2020 nav_categories Tech nav_categories Networking nav_tags ssh nav_tags sshd nav_tags truenas nav_tags truenas jail

    Generally not a good idea from a security standpoint, but if you have a lot of CLI work to do in a FreeNAS jail, it can make life easier.

    If nothing else, seeing a lot more data on the screen, and being able to copy/paste commands has it's advantages.

    Steps:

    1. Enable sshd:

      sysrc sshd_enable="YES"
      sshd_enable: …

    Read More

©2019 -   |  www.nodinrogers.com
Powered by Hugo and based off of the Hugo Clarity theme

to-top