Skip to content

Commit

Permalink
Add required options introduced by ticket:8229
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigc committed Dec 27, 2016
1 parent 4622dc0 commit 8a9be0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conch/examples/demo.tac
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ from twisted.conch import manhole_tap
manhole_tap.makeService({"telnetPort": "tcp:6023",
"sshPort": "tcp:6022",
"namespace": {"foo": "bar"},
"passwd": "passwd"}).setServiceParent(application)
"passwd": "passwd",
"sshKeyDir": "<USER DATA DIR>",
"sshKeyName": "server.key",
"sshKeySize": 4096}).setServiceParent(application)

0 comments on commit 8a9be0d

Please sign in to comment.