Bug 472675

Summary: Add Wayland equivalent of xclip to the instructions for adding an ssh key to gitlab
Product: [Websites] KDE MediaWiki Reporter: Paul Worrall <p.r.worrall>
Component: generalAssignee: carl <schwancarl>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Paul Worrall 2023-07-26 16:19:35 UTC
SUMMARY
The instructions for adding an ssh key to your gitlab account (https://invent.kde.org/help/user/ssh.md#add-an-ssh-key-to-your-gitlab-account) suggest using 'xclip' on Linux to copy your public key to the clipboard.  Under Wayland the equivalent (which requires the wl-clipboard package) is 'wl-copy < ~/.ssh/id_ed22519.pub'