ssh keys

  1. C

    Shell Allow SSH Password Only On the Next Login?

    I would like to run a command on a user that allows them to ssh in using a password only on their next login, and when they do, immediately force them to use keys from then on. If they switch to a new client, I'd run it again to allow them to login once to copy their new public key. I think I...
  2. 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...
  3. 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