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
The result of attempting to install an SDK script on a device is the following:
Warning: Permanently added '192.168.0.1' (RSA) to the list of known hosts.
subsystem request failed on channel 0
scp: Connection closed```
I can check the status and do other things but not install the SDK script on the device I use for testing. It doesn't matter which device; I've tried several devices and models.
MacOS version: Ventura 13.5
The text was updated successfully, but these errors were encountered:
MacOS Ventura 13 or newer disables RSA signatures. You can enable them by editing your SSH config.
Use a text editor like vi/vim to edit your SSH config (Typically this is ~/.ssh/config) and add the +ssh-rsa lines like this:
The result of attempting to install an SDK script on a device is the following:
The text was updated successfully, but these errors were encountered: