ssm-tool | AWS SSM and SSH toolkit | AWS library
kandi X-RAY | ssm-tool Summary
kandi X-RAY | ssm-tool Summary
AWS SSM and SSH toolkit. Access private AWS instances easily with no need to manually manage SSH keys on remote servers.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ssm-tool
ssm-tool Key Features
ssm-tool Examples and Code Snippets
Community Discussions
Trending Discussions on ssm-tool
QUESTION
I've got a Python project aws-ssm-tools that uses setup.py
for packaging. It comes with 3 scripts: ssm-tunnel
, ssm-session
and ssm-copy
.
It can be installed with pip install aws-ssm-tools
and puts the scripts to ~/.local/bin/
.
However when I try to install it with pipx
it fails:
ANSWER
Answered 2020-Feb-03 at 23:26As stated in the pipx documentation chapter "How pipx works", section "Developing for pix", the project requires setuptools entry_points
.
According to the content of your question, it seems that the target project uses scripts
, they are similar in purpose to entry-points
but pipx does not look for those and does not expose them.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ssm-tool
Place scripts in a familiar local directory (e.g. ~/bin/)
Make executable and add to PATH -> chmod +x ~/bin/{ssm-tool,ssh-ssm.sh} and echo "export PATH="$HOME/bin${PATH:+:${PATH}}""| tee -a ~/.bashrc (or ~/.bash_profile)
Install required python modules -> pip3 install --user -r /path/to/ssm-tool-repo/requirements.txt
Add snippet to SSH config (see below)
macOS users may need to update bash and openssh with brew install
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page