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