5 lines
71 B
Python
5 lines
71 B
Python
|
|
"""
|
||
|
|
The ssh service in pure Python.
|
||
|
|
"""
|
||
|
|
|
||
|
|
# http://www.lag.net/paramiko/
|