Sha256: 5e7119de33c156ef7ad23d100a0488e5ec1cbbe5d221360214b27576b2cb6467

Contents?: true

Size: 948 Bytes

Versions: 2

Compression:

Stored size: 948 Bytes

Contents

prompts:
  - prompt: What is the local hostname of your DD-WRT router?
    default: 192.168.1.1
    key: local_hostname
    section: ssh_info
  - prompt: What is the remote hostname of your DD-WRT router?
    key: remote_hostname
    section: ssh_info
  - prompt: What is the SSH username of your DD-WRT router?
    default: root
    key: username
    section: ssh_info
  - prompt: What SSH port does your DD-WRT router use?
    default: 22
    key: port
    section: ssh_info
  - prompt: Do you use password or key authentication?
    default: password
    key: auth_method
    section: ssh_info
    options: ['password', 'key']
  - prompt: Where is your key located?
    default: ~/.ssh
    key: key_location
    section: ssh_info
    requirements:
      - key: auth_method
        value: key
  - prompt: What is your password?
    key: password
    section: ssh_info
    requirements:
      - key: auth_method
        value: password
      
    

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cliutils-1.1.1 test/test_files/prefstest.yaml
cliutils-1.1.0 test/test_files/prefstest.yaml