Changes between Version 5 and Version 6 of telehouse_serial_access
- Timestamp:
- Sep 30, 2007, 6:03:49 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
telehouse_serial_access
v5 v6 19 19 For example: 20 20 21 'ssh viewsic-console@sylvia.mayfirst.org' would give you full read/write access to the console on viewsic. 21 {{{ 22 ssh shadow-console@sylvia.mayfirst.org 23 cereal attach shadow 24 }}} 25 26 Would give you full read/write access to the console on shadow. 22 27 23 28 We can also setup additional users that have read-only access to the sessions created by each of these usernames. 24 25