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