# File lib/chef/knife/ssh.rb, line 403
      def get_stripped_unfrozen_value(value)
        return nil if value.nil?
        value.strip
      end