Changeset cb4718e


Ignore:
Timestamp:
10/17/2023 06:49:33 PM (8 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
71084a84
Parents:
3ef294d
Message:

openssh: copy an ed_25519 key with ssh-copy-id

This is now what is generated by default by ssh-keygen
Reported by: wen zhang on blfs-dev list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    r3ef294d rcb4718e  
    339339
    340340<screen><userinput>ssh-keygen &amp;&amp;
    341 ssh-copy-id -i ~/.ssh/id_rsa.pub <replaceable>REMOTE_USERNAME</replaceable>@<replaceable>REMOTE_HOSTNAME</replaceable></userinput></screen>
     341ssh-copy-id -i ~/.ssh/id_ed25519.pub <replaceable>REMOTE_USERNAME</replaceable>@<replaceable>REMOTE_HOSTNAME</replaceable></userinput></screen>
    342342
    343343      <para>
Note: See TracChangeset for help on using the changeset viewer.