connect & disconnect

These two commands are responsible for connecting to the wombat and removing the existing saved connection.

connect

raccoon connect [OPTIONS] ADDRESS

Connect to an wombat via his IP-Address or hostname.

OptionDescriptionDefault value
-p, --port PORT_NUMBERPi server portpi
-u, --user USERNAMESSH username8421
--save / --no-saveSave connection to project configsave

Examples

raccoon connect 192.168.4.1 #Connect to Wombat with default credentials to 192.168.4.1
raccoon connect -u fox1 --port 8222 192.168.4.1 #Connect to Wombat with custom port and user

disconnect

Removes the current connection state and disconnects active connection to wombat.

raccoon disconnect