LICENSE
README.md
pyproject.toml
sshse/__init__.py
sshse/__main__.py
sshse.egg-info/PKG-INFO
sshse.egg-info/SOURCES.txt
sshse.egg-info/dependency_links.txt
sshse.egg-info/entry_points.txt
sshse.egg-info/requires.txt
sshse.egg-info/top_level.txt
sshse/adapters/__init__.py
sshse/cli/__init__.py
sshse/cli/_shared.py
sshse/cli/app.py
sshse/cli/config.py
sshse/cli/creds.py
sshse/cli/history_browser.py
sshse/cli/ssh_launcher.py
sshse/config/__init__.py
sshse/core/__init__.py
sshse/core/credentials.py
sshse/core/history.py
sshse/core/interfaces.py
sshse/plugins/__init__.py
tests/test_cli_app.py
tests/test_cli_creds.py
tests/test_cli_creds_cli.py
tests/test_cli_creds_helpers.py
tests/test_config.py
tests/test_credentials.py
tests/test_history.py
tests/test_history_browser.py
tests/test_interfaces.py
tests/test_ssh_launcher.py