ssh
ssh copied to clipboard
Allow ssh_session_info() to work for disconnected sessions
Fix #58
The main thing I'm unsure of in this PR is the way that I'm setting NA for the hash. Overall, it seems unimportant since the session is disconnected, but it would be better if it were a simple NA_character_, I think. (I don't know how to do that.)