Skip to content

Commit

Permalink
Changing the subsystem from netconf to xmlagent
Browse files Browse the repository at this point in the history
  • Loading branch information
emagana committed May 24, 2012
1 parent 387aa79 commit f613505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ncclient/transport/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ def connect(self, host, port=830, timeout=None, unknown_host_cb=default_unknown_
self._connected = True # there was no error authenticating

c = self._channel = self._transport.open_session()
c.set_name("netconf")
c.invoke_subsystem("netconf")
c.set_name("xmlagent")
c.invoke_subsystem("xmlagent")

self._post_connect()

Expand Down

0 comments on commit f613505

Please sign in to comment.