37-43 of 361,000 results
Open links in new tab
  1. linux - Using command in ssh authorized_keys breaks scp ...

    Mar 28, 2012 · The solution is to either (a) set your environment variables somewhere else (.ssh/rc, or just use your standard shell initialization files), or (b) use a dedicated key when you …

  2. [SOLVED] ssh authorized_keys command= does not work

    Jan 29, 2024 · Hi Folks, On the internet there are numerous articles and forums topics talking about adding a line like: Code: command="/usr/bin/ls" <ssh

  3. Configuring SSH Public Key Authentication on Windows

    Mar 15, 2024 · In this article, we will show how to configure SSH authentication in Windows using RSA or EdDSA keys. Let’s see how to generate public and private key pair on Windows…

  4. using rsync with ssh keys via authorized_keys and command ...

    Jan 29, 2010 · The steps involved here are essentially the same with only one small change in the authorized_keys, drop the --sender option to rsync (since pris is no longer the sender)

  5. Allow user to set up an SSH tunnel, but nothing else

    Aug 12, 2008 · The command="/bin/echo do-not-send-commands" echoes back "do-not-send-commands" if someone or something does manage to send commands to the host via ssh -T …

  6. Ditch the Password! SSH Key Authentication Explained

    Oct 20, 2025 · If you lose your private key, you can use the ssh-keygen command to generate a new key pair. ssh-keygen -t rsa -f ~/.ssh/id_rsa -C “your email address” Can I use a password …

  7. What is ssh-copy-id? How ssh-copy-id works?

    If it is set to forced-commands-only, the key must be manually configured to use a forced command (see command= option in ~/.ssh/authorized_keys. Make sure the client allows …