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