Anonymous

MCP-CMS: Difference between revisions

From Cibernética Americana
67 bytes added ,  29 March 2024
no edit summary
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> ::= 'skip' <FQDSAgentName> | <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=dcp.meansofproduction.biz/?FQDSA=$2&mcpcms
FQDSA=mcp.meansofproduction.biz/?FQDSA=$2&$3
PARMS=$(curl -L $FQDSA)
PARMS=$(curl -L $FQDSA)
ssh $PARMS
ssh $PARMS