我们刚刚部署了 Linode API 身份验证系统的更新,允许用户拥有多个 API 密钥和双因素身份验证。您可以通过 我的资料,也可以通过以下方式添加它们 user.getapikey()
API 调用。
密钥可以有一个过期日期,过期后就会失效,而且你可以给密钥贴上难忘的标签。你也可以在任何时候手动撤销钥匙。钥匙只在生成后立即显示一次,之后就无法检索了。如果你丢失了钥匙,你将需要生成一个新的。
与以前不同的是,对 user.getapikey()
现在将只创建一个新的密钥。如果你启用了双因素认证,并且没有提供 token
参数,该调用将失败,因为 NEEDTOKEN
错误。
由于Linode移动应用程序依靠的是 user.getapikey()
呼叫,启用双因素认证的用户将需要等待应用程序的更新--我们正在努力尽快发送该更新。
好好享受吧!
评论 (4)
But you still don’t set the Access-Control-Allow-Origin header. Ugh.
https://forum.linode.com/viewtopic.php?f=7&t=10525
Still no two-factor on LISH. 🙁
You can disable password authentication on lish (making it ssh-key only) on your My Profile.
this may be useful alot for protection purpose