LoginSignup
4
3

More than 3 years have passed since last update.

Titan Security Key

Last updated at Posted at 2019-08-10

日本でのGoogleのセキュリティキー、Titan が発売となったので早速セットアップしてみる。

手順 1: キーを取得する

  • Titan セキュリティ キー
  • Linuxは追加でOSの設定が必要

Linux

例 (Ubuntu-16.04)

$ sudo udevadm --version
229
$ echo 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0850|0852|0853|0854|0856|0858|085a|085b|085d", TAG+="uaccess", GROUP="plugdev", MODE="0660"' | sudo tee /etc/udev/rules.d/titan-key.rules
$ sudo udevadm control --reload-rules

dmesg

[5101037.582813] usb 1-4.4: new full-speed USB device number 50 using xhci_hcd
[5101037.696763] usb 1-4.4: New USB device found, idVendor=096e, idProduct=085b
[5101037.696773] usb 1-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[5101037.696780] usb 1-4.4: Product: ePass FIDO
[5101037.696786] usb 1-4.4: Manufacturer: FS
[5102125.176254] hid-generic 0003:09E6:0885.00C7: hiddev2,hidraw6: USB HID v1.00 Device [FT U2F] on usb-0000:00:14.0-4.4/input0

OSX (Mac)

とくに設定は不要。USBのTitanを挿せば、自動で認識される。
BTのTitanはうまくペアリングが出来ない?

手順 2: アカウントにキーを追加する

Chrome on Linux

  • https://myaccount.google.com/
    • Security (左のメニューから)
    • 2-Step Verification
      • Choose another option
        • Security Key
          • Have your Security Key? NEXT
          • Register your Security Key
            • Insert your Security Key in your computer’s USB port or connect it with a USB cable.
            • Once connected, tap the button or gold disk if your key has one of them.

OSX

すでに登録済みのKeyを使ってGmailのSign in OK。

iOS

BTのTitan Keyを使用

  • Google Smart Lock をインストールしておく
  • Gmail 起動
    • 設定
      • Googleアカウントの管理
        • セキュリティ
          • 2段階承認プロセス
          • Google Smart Lock インストール済み > 開く
          • 登録したセキュリティキーをペアする準備は整いましたか? 次へ
          • ペアモードにする(ボタンを5秒押す)
          • キーを選択(Titanの裏に記載されている)
          • 6桁のPINを確認(Titanの裏に記載されている)
          • ペアリング
          • サインインのために。。。続ける
  • 堂々巡り?になるのだが、よくわからない。
4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3