https://bugzilla.redhat.com/show_bug.cgi?id=2432005



--- Comment #7 from Till Hofmann <[email protected]> ---
Btw, for testing, the following should work if you have a gmail account:

1. Enable copr:
   sudo dnf copr enable thofmann/opkssh
2. Install opkssh-server
   sudo dnf install opkssh-server
3. Enable log in for your user:
   sudo opkssh add $USER [email protected] google
4. Log in:
   opkssh login
   (Then choose Google, log in, ...)
5. Test ssh:
   ssh localhost
5a. If you have already set up a different key and so `ssh localhost` would
succeed without opkssh, you can also use the following command to enforce the
use of opkssh:
   ssh -i ~/.ssh/id_ecdsa -o IdentitiesOnly=yes localhost
   where id_ecdsa is the keyfile generated by opkssh (that's usually what it's
called, you might want to verify, e.g. by checking timestamps)

You can also verify via -v or in the system log that login happens via opkssh.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2432005

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202432005%23c7

-- 
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to