Sha256: 1da508d559de8026e4a0e4ae75a405d77511edae1810bdd07bc03867996a2cec

Contents?: true

Size: 364 Bytes

Versions: 2

Compression:

Stored size: 364 Bytes

Contents

identity_file :private, '~/.ssh/id_rsa.1'

my_server_port = 4321

host('alice', 'my server on VPS') {
  hostname 'alice.example.com'
  user 'alice'
  port my_server_port
  use_identify_file :private
}

host('queen', 'NAS in my home network') {
  hostname '172.16.16.3'
  user 'alice'
  port my_server_port
  use_identify_file :private
}

include_file 'company.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nymphia-0.2.1 examples/base.rb
nymphia-0.2.0 examples/base.rb