28
edits
Line 68: | Line 68: | ||
bssh <SERVER 1 USER>@<SERVER 1 NAME> | bssh <SERVER 1 USER>@<SERVER 1 NAME> | ||
</syntaxhighlight> | |||
=== Typical Commands === | |||
The Bastion has a lot of commands available. Autocomplete is very helpful and removes the need to remember a whole new set of CLI commands. For a typical user, the [potentially] most relevant are: <syntaxhighlight lang="bash"> | |||
# Show a help message, including available commands. | |||
help | |||
# Basic info | |||
info | |||
# List accessible servers. | |||
selfListAccess | |||
# Generate scp passthrough script | |||
scp | |||
</syntaxhighlight> | </syntaxhighlight> | ||
edits