ssh keys

  1. F

    Solved Automatically add my SSH keys for remote connection upon startup

    I'm running FreeBSD 13.1 as a VM that I use to learn and work on project. I would like to automatically add my ssh key to the ssh-agent. I've create the following bash script to run on demand: I then chmod +x to my file and can execute it. After typing my passphrase it looks like it is all...
  2. blind0ne

    Ssh private keys backup and migration

    Hi, I have an app on my phone where rsa keypair is stored, I want use them on my freebsd host, but when I'm trying to login at locked server the folowing message appear: Load key "/home/min/.ssh/id_rsa": invalid format miner@19***: Permission denied (publickey). The format on my phone was like...
Back
Top