Owner's manual
Table Of Contents
- Chapter 1: Introduction
- Chapter 2: Accessing CC-SG
- Chapter 3: Configuring CC-SG with Guided Setup
- Chapter 4: Creating Associations
- Chapter 5: Adding Devices and Device Groups
- Chapter 6: Configuring Nodes and Interfaces
- Chapter 7: Adding and Managing Users and User Groups
- Chapter 8: Policies
- Chapter 9: Configuring Remote Authentication
- Chapter 10: Generating Reports
- Audit Trail Report
- Error Log Report
- Access Report
- Availability Report
- Active Users Report
- Locked Out Users Report
- User Data Report
- Users in Groups Report
- Group Data Report
- AD User Group Report
- Asset Management Report
- Node Asset Report
- Active Nodes Report
- Node Creation Report
- Query Port Report
- Active Ports Report
- Scheduled Reports
- CC-NOC Synchronization Report
- Chapter 11: System Maintenance
- Chapter 12: Advanced Administration
- Appendix A: Specifications (G1, V1, and E1)
- Appendix B: CC-SG and Network Configuration
- Appendix C: User Group Privileges
- Appendix D: SNMP Traps
- Appendix E: Troubleshooting
- Appendix F: Two-Factor Authentication
- Appendix G: FAQs
- Appendix H: Keyboard Shortcuts

CHAPTER 12: ADVANCED ADMINISTRATION 189
Use SSH to Connect to a Node via a Serial Out of Band Interface
You can use SSH to connect to a node through its associated serial out-of-band interface. The
SSH connection is in proxy mode.
1. Type
listinterfaces to view the node ids and associated interfaces.
Figure 188 Listinterfaces in SSH
2. Type connect –i <interface_id> to connect to the node associated with the interface.
Figure 189 Connecting to a Node via a Serial Out-of-Band Interface
3. Once connected to the node, type the default Escape keys of ‘~’ followed by a dot ‘.’At the
prompt that displays, you can enter specific commands or aliases as described below:
COMMAND ALIAS DESCRIPTION
quit q
Terminates connection and returns to SSH prompt.
get_write gw
Gets Write Access. Allows SSH user to execute
commands at target server while browser user can only
observe proceedings.
get_history gh
Gets History. Displays the last few commands and results
at target server.
send_break sb
Sends Break. Breaks the loop in target server initiated by
browser user.
help ?,h
Prints help screen.
Exit a Session
To exit the entire SSH connection to CC-SG, type exit.