Is there a way to get sysinfo of another machine #1211
-
I want to get the info of other computer that I connect to with SSH/telnet/whatever. I was thinking to pass the connection to the other machine with something along the lines of Do you think it is something possible? (Already or in the future?) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If you can connect with SSH, just run |
Beta Was this translation helpful? Give feedback.
If you can connect with SSH, just run
sysinfo
on the other computer? Otherwise I think it's beyond the scope of this crate, writing another crate to handle this special case seems like a better idea.