├── .gitignore ├── README.md ├── config.json ├── requirements.txt └── sshcenter.py /.gitignore: -------------------------------------------------------------------------------- 1 | personal/ -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsenOsen/SSHCenter/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsenOsen/SSHCenter/HEAD/config.json -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsenOsen/SSHCenter/HEAD/requirements.txt -------------------------------------------------------------------------------- /sshcenter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsenOsen/SSHCenter/HEAD/sshcenter.py --------------------------------------------------------------------------------