🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

eazyssh

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eazyssh

`~/.ssh/config` を読み書きして、fzf でホストを選んで SSH 接続する CLI ツール。

npmnpm
Version
1.0.0
Version published
Weekly downloads
1
-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

eazyssh

~/.ssh/config を読み書きして、fzf でホストを選んで SSH 接続する CLI ツール。

インストール

npm

git clone https://github.com/nazozokc/simple-ssh
cd simple-ssh
npm install && npm run build
npm link

Nix

nix run github:nazozokc/simple-ssh

使い方

eazyssh              # fzf でホストを選んで接続(デフォルト)
eazyssh ls           # ホスト一覧
eazyssh add myserver -H 192.168.1.10 -u nazozo -i ~/.ssh/id_ed25519
eazyssh show myserver
eazyssh rm myserver

add オプション

オプション説明
-H, --hostname接続先ホスト名 or IP
-u, --userログインユーザー
-p, --portポート番号
-i, --identity秘密鍵のパス

依存

  • fzf — ホスト選択UI
  • Node.js 20+

ライセンス

MIT

FAQs

Package last updated on 25 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts