# File lib/fog/compute/models/virtual_box/server.rb, line 110 def private_key @private_key ||= private_key_path && File.read(private_key_path) end