
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@eightshone/sshman
Advanced tools

A simple terminmal based SSH manager created in Node.js
To get started with SSH MANAGER you have to simply install it using your favorite package manager.
| Yarn | NPM | PNPM |
|---|---|---|
yarn global add @eightshone/sshman | npm install -g @eightshone/sshman | pnpm add -g @eightshone/sshman |
The build of this project exposes the command named sshman
sshman
This mode lets you access the features that SSHMAN offers in an interactive way.
sshman connect username:[password]@hotsname:[port]
Options:
--save [server name] or -s [server name]: save the connection for future use.
Examples:
sshman connect username:[password]@hotsname:[port] -s
sshman connect username:[password]@hotsname:[port] -s server-name
sshman connect server-name
The command doesn't care if the server name contains uppercase or spaces. Server Name, server name, server-name, SeRvEr-NaMe, etc. are all the same name for the command.
sshman logs
Options:
--interactive or -i: enter interactive logs listing mode.
--search <search terms> or -s <search terms>: add filters to standard logs output.
Examples:
git clone git@github.com:eightshone/ssh-man.git
| Yarn | NPM | PNPM |
|---|---|---|
yarn install | npm install | pnpm install |
| Yarn | NPM | PNPM |
|---|---|---|
yarn dev | npm run dev | pnpm dev |
| Yarn | NPM | PNPM |
|---|---|---|
yarn build | npm run build | pnpm build |
FAQs
A simple cli ssh manager
We found that @eightshone/sshman demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.