class Vpsb::Resources::DeploySshKeys

Public Instance Methods

call(core) click to toggle source

TODO ask for ssh_keys from .ssh question 'Enter ssh_keys(id_rsa.pub) for deploy (example: ssh-rsa AA… , ssh-rsa AB…)'

# File lib/vpsb/resources/deploy_ssh_keys.rb, line 8
def call(core)
  [core.get(:ssh_helper).pub_key(core.get(:do_ssh_path))]
end