# Chrome OS から SSHする
Linux を使わなくても、Chrome アプリでいける。
[Secure Shell App - Chrome Web Store](https://chrome.google.com/webstore/search/secure%20shell)
Extensionもある。
[Secure Shell Extension - Chrome Web Store](https://chrome.google.com/webstore/detail/secure-shell-extension/iodihamcpbpeioajjeobimgagajmlibd?utm_source=chrome-app-launcher-search)
## SSH Agent を使う場合
[SSH Agent for Google Chrome™ - Chrome Web Store](https://chrome.google.com/webstore/detail/ssh-agent-for-google-chro/eechpbnaifiimgajnomdipfaamobdfha?utm_source=chrome-app-launcher-search)
## YubiKey を使う場合
Secure Shell に秘密鍵をインポートすると、Chrome の同期対象となってしまうので、セキュアじゃない。
YubiKey などを使うほうがいいと思う。
[Smart Card Connector - Chrome Web Store](https://chrome.google.com/webstore/detail/smart-card-connector/khpfeaanjngmcnplbdlpegiifgpfgdco/related)
をインストールする。
Secure Shell の `SSH relay server options` に `--ssh-agent=gsc` を指定。
※ 9a や 9d に鍵を入れただけではダメで、OpenPGP card として使う必要がある。
→ [[YubiKeyをOpenPGP cardとして使う]]
参考:
[hterm and Secure Shell - Using smart cards and hardware tokens with Secure Shell](https://chromium.googlesource.com/apps/libapps/+/master/nassh/doc/hardware-keys.md)