Method: Dpl::Providers::Hephy#add_key
- Defined in:
- lib/dpl/providers/hephy.rb
#add_key(key) ⇒ Object
55 56 57 58 |
# File 'lib/dpl/providers/hephy.rb', line 55 def add_key(key) shell(:add_key, key:) wait_for_ssh_access(host, port) end |