# File lib/fog/bluebox/models/compute/server.rb, line 73
        def public_key_path
          @public_key_path ||= Fog.credentials[:public_key_path]
          @public_key_path &&= File.expand_path(@public_key_path)
        end