putty proxy session support2

This commit is contained in:
Pierre-Alexandre Vandewoestyne 2022-09-26 14:32:29 +02:00
parent 85e0577081
commit 7fc5322b1f

View File

@ -1926,8 +1926,6 @@ class MySeatBelt:
self.do_who()
self.get_users()
#
self.GetPutty()
'''
if self.options.no_remoteops == False:
try:
@ -1951,7 +1949,7 @@ class MySeatBelt:
self.GetVNC()
if self.options.no_recent == False:
self.GetRecentFiles()
'''
"""
***Dev your new module code and start it from here