Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
ec2-ssh-cli
Advanced tools
A simple cli tool for quickly accessing ec2 instances in your AWS environment.
npm install -g ec2-ssh-cli
Using the tool is easy. To display instances by their exact name, simply pass the name as an argument.
ec2-ssh-cli my-dev-box
You can also use an asterisk (*
) to perform wildcard matches.
Here are a few examples of what you can do:
# return instances with names that start with 'my-'
ec2-ssh my-*
# return instances with names that end with 'box'
ec2-ssh *box
# return instances with names that contain 'dev'
ec2-ssh *dev*
# return instances with names that start with 'my' and end with 'box'
ec2-ssh my*box
Selecting an instance will create another menu showing you the options Info
, ssh
or Back
Selecting Info
will display information about the instance in yml format, ssh
will connect you to the instance so that you can do whatever you need, and selecting Back
will return to the list of instances.
FAQs
command line interface for sshing into ec2 instances
The npm package ec2-ssh-cli receives a total of 1 weekly downloads. As such, ec2-ssh-cli popularity was classified as not popular.
We found that ec2-ssh-cli demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.