SSH to a server

You may SSH to a server either using Keyed-Access, or directly from the Bcome console (see: Navigation).

Let’s imagine you have Namespaces laid out in the following parent-child relationship:

.
└── parent
    └── child
        └── server

SSH with Keyed Access

bcome child:server:ssh

From the Console

From the child Inventory namespace:

bcome child
ssh server

From the server namespace:

bcome child
cd server
ssh

Hint

Use the ‘tree’ function or invoke ‘ls’ on any namespace to see which namespaces are available. See: Command Menu.