yubikey-server

yubikey 服务器
授权协议 MIT
开发语言 Google Go
所属分类 服务器软件、 代理服务器软件
软件类型 开源软件
地区 不详
投 递 者 贡烨烁
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

yubikey-server 是 Go 语言实现的 yubikey 服务器,你可以在网络上运行自己的服务器,这些服务并不能访问你的办公网络。

使用方法:

// to build the server
$go build 
// will add a new application and display the id and key
$./yubikey-server -app "NameOfYourApp"
// will add a new key in the system
$./yubikey-server -name "YourName" -pub "publicKey" -secret "AESSecret"
// will start the server on the default port 3000
$./yubikey-server -s
 相关资料
  • Yubikey 验证模块 在 YubiCloud 上创建一个 API 从 Yubico 获得一个 API 密钥,应用程序、上下文和服务器各需要一个 client id。 输入你的邮件地址 ,选择 Yubikey OTP 输入后触摸 Yubikey,你会获得这样的一组字符串: Client ID: <clientId> Secret Key: <secretKey> 把它们保存在一个安全的地方以备接

  • YubiKey at Datadog Summary Estimated burden and prerequisites U2F GPG git SSH Reset Troubleshooting Optional References Summary GPG is useful for authenticating yourself over SSH and / or GPG-signing

  • 创建 Yubikey PAM 验证策略 获取 YubiKey 的令牌 ID Yubikey 令牌 ID 是唯一标识 YubiKey 的公共标识符。您可以通过多种方式获取 Yubikey 令牌ID。 最简单的方法是移除 Yubikey 生成的一次性密码的最后 32 位: 打开一个终端. 长按 Yubikey. 一个一次性密码会输入到终端中: ❯ cccccccgklgcvnkcvnnegrnhgrj

  • Yubikey 是由 Yubico 制作的一个硬件设备,它能提供多种形式的高强度的认证与加密,能运用在不同的地方。除此之外,Yubico还有许多有趣的软件。Yubikey 使用手册 意在发掘这些用途并生动形象的展示给你。 它主要内容是讲述 Yubikey 4 和 Yubikey 4 Nano 的使用方法。事实上,经过一些改动之后,部分内容也同样适用于 Yubikey NEO。

  • 如何包含Eureka服务器 要在项目中包含Eureka服务器,请使用组org.springframework.cloud和工件id spring-cloud-starter-eureka-server的启动器。有关 使用当前的Spring Cloud发布列表设置构建系统的详细信息,请参阅Spring Cloud项目页面。 如何运行Eureka服务器 示例eureka服务器; @SpringBoot

  • hprose 为发布服务提供了多个方法,这些方法可以随意组合,通过这种组合,你所发布的服务将不会局限于某一个函数,某一个方法,某一个对象,而是可以将不同的函数和方法随意重新组合成一个服务。 AddFunction 方法 AddFunction(name string, function interface{}, option ...Options) Service 该方法的用于发布一个函数(命名函