diff options
Diffstat (limited to 'templates/telnet')
-rw-r--r-- | templates/telnet/node.tag/node.def | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/telnet/node.tag/node.def b/templates/telnet/node.tag/node.def index 643b7cb..590c587 100644 --- a/templates/telnet/node.tag/node.def +++ b/templates/telnet/node.tag/node.def @@ -1,5 +1,10 @@ -help: Telnet to <hostname|IPv4 address> -allowed: vyatta-allowed-hosts +help: Telnet to host +allowed: echo "<hostname> <x.x.x.x> <y:y:y:y:y>" +comp_help: Possible completions + <hostname> host name (static or DNS) + <x.x.x.x> IPv4 address + <y:y:y:y:y:y> IPv6 address + run: if [ -x /usr/bin/telnet ] ; then /usr/bin/$* elif [ -x /bin/busybox ] ; then |