1.2.0 • Published 3 years ago

ssh-server v1.2.0

Weekly downloads
17
License
MIT
Repository
-
Last release
3 years ago

ssh-server

oclif Version Downloads/week License

Usage

$ npm install -g ssh-server
$ ssh-server COMMAND
running command...
$ ssh-server (-v|--version|version)
ssh-server/1.1.2 darwin-x64 node-v14.15.3
$ ssh-server --help [COMMAND]
USAGE
  $ ssh-server COMMAND
...

Commands

ssh-server autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ ssh-server autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ ssh-server autocomplete
  $ ssh-server autocomplete bash
  $ ssh-server autocomplete zsh
  $ ssh-server autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

ssh-server commands

list all the commands

USAGE
  $ ssh-server commands

OPTIONS
  -h, --help              show CLI help
  -j, --json              display unfiltered api data in json format
  -x, --extended          show extra columns
  --columns=columns       only show provided columns (comma-separated)
  --csv                   output is csv format [alias: --output=csv]
  --filter=filter         filter property by partial string matching, ex: name=foo
  --hidden                show hidden commands
  --no-header             hide table header from output
  --no-truncate           do not truncate output to fit screen
  --output=csv|json|yaml  output in a more machine friendly format
  --sort=sort             property to sort by (prepend '-' for descending)

See code: @oclif/plugin-commands

ssh-server help [COMMAND]

display help for ssh-server

USAGE
  $ ssh-server help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ssh-server shell [SERVER]

open server shell

USAGE
  $ ssh-server shell [SERVER]

ARGUMENTS
  SERVER  name of server predefined in config file

OPTIONS
  -H, --host=host          host of the server
  -h, --help               show CLI help
  -k, --keyFile=keyFile    path to ssh key file to logon server
  -p, --password=password  password to logon server
  -u, --username=username  username used to logon server
  --home=home              home path on the server

EXAMPLE
  $ ssh-server shell

See code: src/commands/shell.ts

ssh-server update [CHANNEL]

update the ssh-server CLI

USAGE
  $ ssh-server update [CHANNEL]

See code: @oclif/plugin-update