Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators, Widget editors
23,422
edits
No edit summary |
No edit summary |
||
Line 118: | Line 118: | ||
# save as <fileName> and invoke with <fileName> <connect-spec> where | # save as <fileName> and invoke with <fileName> <connect-spec> where | ||
# | # | ||
# <connect-spec> ::= | # <connect-spec> ::= <mcpCommand> <FQDSAgentName> | <connect-spec> | ||
# <connect-spec> ::= <ipV6Address>:<port> | <ipV4Address>:<port> | # <connect-spec> ::= <ipV6Address>:<port> | <ipV4Address>:<port> | ||
# FQDSAgentName ::= <agentId>@<domain>[:<port>] | # FQDSAgentName ::= <agentId>@<domain>[:<port>] | ||
Line 131: | Line 131: | ||
# | # | ||
# Try a connect based on just the FQDSA assuming an eligible station. A port on submitted second parm is ignored with a warning. | # Try a connect based on just the FQDSA assuming an eligible station. A port on submitted second parm is ignored with a warning. | ||
# The third parameter if present is the <mcpCommand> | |||
# | # | ||
FQDSA= | FQDSA=mcp.meansofproduction.biz/?FQDSA=$2&$3 | ||
PARMS=$(curl -L $FQDSA) | PARMS=$(curl -L $FQDSA) | ||
ssh $PARMS | ssh $PARMS |