|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Fri Sep 12, 2008 6:46 pm
#CONNECT ip |
Maybe I havenčt read deep enough but is there a way to do a:
#CONNECT 10.0.0.1
Do stuff
#CONNECT 10.0.0.2
Do stuff
Was thinking that using SSH you could cycle a bunch of SSH servers and grab logs on an automatic basis, or log into switches and kick off commands etc. This would be used for disaster recovery or even preventative such as automatic port blocking depending on a honeypot log based on rules. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Sep 12, 2008 7:45 pm |
Possibly #SESSION would work.
I am not sure if MXP is available in TeSSH, if it is there is a redirect in there that would cause the current connection to end and a new connection to begin without changing the session. The command would be something like "#MXP 1 {<REDIRECT host=10.0.0.1 port=23/>}". You should probably look it up in the MXP specs if you find that MXP is included. |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|