The Backend instance that is running in the current thread. If no Backend is running, returns `nil` instead.
Backend
Example:
on(:local) do self == SSHKit::Backend.current # => true end
# File lib/sshkit/backends/abstract.rb, line 18 def self.current Thread.current["sshkit_backend"] end