plan9front_-_factotum_delkey_pw
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
plan9front_-_factotum_delkey_pw [2022/12/29 16:03] – [ssh delkey] hc9 | plan9front_-_factotum_delkey_pw [2023/11/24 20:20] (current) – [popmail and delkey] m( hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== factotum, delkey, password ====== | ||
+ | |||
+ | |x| Tutorial [ ] Guide [x]| | ||
+ | |||
+ | ===== ssh and delkey ===== | ||
+ | |||
+ | |x|How to repair the incorrect password.| | ||
+ | |x|A Plan 9 Boot Camp [[boot_camp_9p_resource# | ||
+ | |||
+ | < | ||
+ | cpu% ssh USER@sdf.org | ||
+ | | ||
+ | !Adding key: proto=pass server=sdf.org service=ssh thumb=XoXoXoXoXoXoXoXoXo user=USER | ||
+ | password: | ||
+ | ! | ||
+ | ssh read1: eof | ||
+ | cpu% ssh USER@sdf.org | ||
+ | cpu% ssh: auth: keyboard-interactive failed | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | cpu% ssh USER@sdf.org | ||
+ | cpu% ssh: auth: keyboard-interactive failed | ||
+ | </ | ||
+ | |||
+ | |x|Oops, there is the possibility of entering the incorrect password.| | ||
+ | |x|Please repair the incorrect password to continue.| | ||
+ | |||
+ | **An incorrect password repair is:** | ||
+ | |||
+ | < | ||
+ | cpu% cat / | ||
+ | key proto=pass server=sdf.org service=ssh thumb=XoXoXoXoXoXoXoXoXo user=USER !password? | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | cpu% echo ' | ||
+ | cpu% ssh USER@sdf.org | ||
+ | |||
+ | !Adding key: proto=pass server=sdf.org service=ssh thumb=XoXoXoXoXoXoXoXoXo user=USER | ||
+ | password: | ||
+ | ! | ||
+ | </ | ||
+ | |||
+ | ===== popmail and delkey ===== | ||
+ | |||
+ | |x|How to repair the incorrect password.| | ||
+ | |x|A Plan 9 Boot Camp [[misc: | ||
+ | |||
+ | |x|Oops, there is the possibility of entering the incorrect password.| | ||
+ | |x|Please repair the incorrect password to continue.| | ||
+ | |||
+ | **An incorrect password repair is:** | ||
+ | |||
+ | < | ||
+ | cpu% cat / | ||
+ | key proto=pass dom=mx.sdf.org service=pop user=USER@9p.sdf.org !password? | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | cpu% echo ' | ||
+ | cpu% popmail | ||
+ | |||
+ | !Adding key: dom=mx.sdf.org proto=pass service=pop user=USER@9p.sdf.org | ||
+ | password: | ||
+ | ! | ||
+ | </ | ||