Skip to content

Console Configuration

Ceyhun Kerti edited this page Aug 6, 2017 · 1 revision

Octopus is managed from a web interface. You can use octopus with any modern browser. Besides that it is also possible to use octopus from a terminal window with a set of supported commands. Octopus console is an instance of CRaSH shell. You can login to octopus console with a username and password just like you login to a ssh session. You can configure the login parameters on application.properties file.

octopus.shell.auth.simple.user.name = username
octopus.shell.auth.simple.user.password = password
octopus.shell.ssh.port = 2222

if you configured the login parameters like above configuration then you can login to the octopus console with;

ssh username@localhost -p 2222

Clone this wiki locally