paramiko-tutorial icon indicating copy to clipboard operation
paramiko-tutorial copied to clipboard

📡🐍 SSH & SCP in Python with Paramiko

Results 42 paramiko-tutorial issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.5 to 2.15.0. Commits 24eaec2 Bump pylint to 2.15.0, update changelog (#7355) bb0df4a Update tox.ini (#7358) 1582e37 [literal-comparison] Cleanup of identical/duplicated functional tests 19b4fda [literal-comparison] Make the...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.2 to 37.0.4. Changelog Sourced from cryptography's changelog. 37.0.4 - 2022-07-05 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.5. .. _v37-0-3: 37.0.3...

dependencies

Bumps [cffi](http://cffi.readthedocs.org) from 1.15.0 to 1.15.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cffi&package-manager=pip&previous-version=1.15.0&new-version=1.15.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [bcrypt](https://github.com/pyca/bcrypt) from 3.2.2 to 4.0.0. Commits 4d25978 bump to 4.0.0 (#397) 7348207 stop a deprecation warning and bump minimum setuptools (#396) eceb979 better errors on compilation failure or rust...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | bcrypt | `==3.2.2` -> `==4.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/bcrypt/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/bcrypt/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [colorama](https://redirect.github.com/tartley/colorama) | `==0.4.4` -> `==0.4.6` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/colorama/0.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/colorama/0.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

The code in `config.py` is looking for a variable called `SSH_REMOTE_HOST`. This commit changes the exmaple `.env` file to match.

Solves issue #3 Using subprocess in place of os.system in client.py file

it would be more ideal if the client used subprocess module for the spawning of the ssh-copy-id thread on the local system.