added lib/service/ and some dummy files. need to talk about that but i think we should implement the services in pure python
This commit is contained in:
parent
63c4b4aa98
commit
c03c010784
6 changed files with 25 additions and 1 deletions
5
lib/service/ssh.py
Normal file
5
lib/service/ssh.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"""
|
||||
The ssh service in pure Python.
|
||||
"""
|
||||
|
||||
# http://www.lag.net/paramiko/
|
||||
Loading…
Add table
Add a link
Reference in a new issue