0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

iTerm2でSSH接続時などにパスワード入力を簡略化する方法

Posted at

背景

iTerm2を利用していると、SSHなどでパスワードを求められる度に毎回入力するのが面倒だと感じることがある。これを解決するために、iTerm2のパスワードマネージャー機能を使ってパスワード入力を自動化する方法を紹介する。

やったこと

  1. iTerm2 のメニューから Window > Password Manager を選択
    スクリーンショット 2024-06-13 13.10.47.png

  2. Password を登録

    • Account Name: 適当(覚えやすいキーにすればいいかと)
    • User Name: 空欄
    • Password: パスワード

    スクリーンショット 2024-06-13 13.28.51.png

  3. iTerm2 のメニューから iTerm2 > Settings を選択
    スクリーンショット 2024-06-13 13.32.04.png

  4. Profiles > Advanced > Triggers > Edit を選択
    スクリーンショット 2024-06-13 13.20.08.png

  5. Trigger を登録
    トリガーを設定して、Passwordという文字が表示されたら Password Manager を開くようにする

    • Regular Expression: Password
    • Action: Open Password Manager
    • Parameters: 空欄
    • Instant: Checked
    • Enabled: Checked

    スクリーンショット 2024-06-13 13.20.31.png

動作確認

Password という文字が表示されたときに自動的に Password Manager が開くようになった

ssh2.gif

まとめ

SSH接続時のパスワード入力が簡略化され、毎回手動で入力する手間を省くことができた!

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?