diff --git a/pages/common/tip.md b/pages/common/tip.md new file mode 100644 index 0000000000..895ac7d169 --- /dev/null +++ b/pages/common/tip.md @@ -0,0 +1,20 @@ +# tip + +> Connect to a remote system or serial console. +> More information: . + +- Connect to a remote system defined in `/etc/remote`: + +`tip {{system_name}}` + +- Connect at a specific baud rate: + +`tip -{{115200}} {{system_name}}` + +- Connect with verbose output: + +`tip -v {{system_name}}` + +- Connect with tilde escape sequences disabled: + +`tip -n {{system_name}}`