You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In channel.request_pty("rustmiko", None, None)?;, the terminal type "rustmiko" is not a standard terminal type. Using a non-standard terminal type might cause issues with some SSH servers.
In
channel.request_pty("rustmiko", None, None)?;
, the terminal type"rustmiko"
is not a standard terminal type. Using a non-standard terminal type might cause issues with some SSH servers.Reference: PR #2, comment
Requested by: @Kek5chen
The text was updated successfully, but these errors were encountered: