# File lib/chef/shef.rb, line 143
  def self.greeting
    " #{Etc.getlogin}@#{Shef.session.node.fqdn}"
  rescue NameError
    ""
  end