Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support profile (just like .ssh/config) configuration #297

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kensonman
Copy link

Due to security, we should not disclose our private keys to anybody. Especially transfer the private key and the passphrase in the same transaction, although the HTTPS protocol can protect the transaction data.

That is the reason I implement the profiling feature.

This feature can provide the selectable profiles (just like ~/.ssh/config), it provides the features just like the SSH Client config file (normally located at ~/.ssh/config)

@codecov-commenter
Copy link

codecov-commenter commented Oct 20, 2022

Codecov Report

Base: 93.99% // Head: 91.14% // Decreases project coverage by -2.84% ⚠️

Coverage data is based on head (e86a22e) compared to base (4aec063).
Patch coverage: 60.34% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
- Coverage   93.99%   91.14%   -2.85%     
==========================================
  Files           8        6       -2     
  Lines         832      779      -53     
  Branches      152      143       -9     
==========================================
- Hits          782      710      -72     
- Misses         34       49      +15     
- Partials       16       20       +4     
Impacted Files Coverage Δ
webssh/handler.py 93.24% <46.15%> (-3.22%) ⬇️
webssh/settings.py 93.95% <71.87%> (-6.05%) ⬇️
webssh/utils.py
webssh/__init__.py

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Fixing the FileNotFoundError in python 2.7~3.5
Kenson Man added 2 commits October 20, 2022 11:03
Fixing the FileNotFoundError in python 2.7~3.5

Drop supporting for Python 3.4

Even though the master branch, the Python 3.4 is not support
(the build exception for pynacl package).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants