Sha256: 10bda56fde2ed425defe4cda945d4baaa528a95c58cf353bd70e7463e74eb079

Contents?: true

Size: 826 Bytes

Versions: 8

Compression:

Stored size: 826 Bytes

Contents

prompts:
  - prompt: What is the hostname of your DD-WRT router?
    default: 192.168.1.1
    key: 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

8 entries across 8 versions & 1 rubygems

Version Path
cliutils-1.0.7 test/test_files/prefstest.yaml
cliutils-1.0.6 test/test_files/prefstest.yaml
cliutils-1.0.5 test/test_files/prefstest.yaml
cliutils-1.0.4 test/test_files/prefstest.yaml
cliutils-1.0.3 test/test_files/prefstest.yaml
cliutils-1.0.2 test/test_files/prefstest.yaml
cliutils-1.0.1 test/test_files/prefstest.yaml
cliutils-1.0.0 test/test_files/prefstest.yaml