π§πΌβπ» The implementation of this feature is on our to-do list, but until it is not available, the following workaround can be used.
By using the Shell application
β οΈ Important n
To do this, open the Shell application:
Type the following command:
sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist
Press Enter.
π‘ If you want to turn off the Remote Login, you can do so with the following command:
sudo launchctl unload -w /System/Library/LaunchDaemons/ssh.plist
Press Enter.
To sign in as the remote user, use the following command:
ssh username@hostname
For username, type the username of the remote macOS.
For hostname, type the name of the device.
Press Enter.
β οΈ Note: you will not see the typing progress while typing, the password must be typed blindly.
This is our example:
Paste the text
In the Shell application, type the command:
Echo "Sample text."
β‘οΈ Paste the text you would paste to the remote device in place of the text between the quotation marks.
Press Enter.
So, the text is copied to the clipboard of the remote device.
Using the Screen application, paste the text in the required location.
- If you are using a mouse, right-click the mouse and select Paste from the menu that appears.
- If you are using a keyboard, press the Command + V key combination.
Use the Save button on the toolbar to save the text file to the remote device.
Then start the Screen application.
Select the text and copy it to the clipboard.
- If you are using a mouse, right-click the mouse and select CopyΒ from the menu that appears.
- If you are using a keyboard, press the Command + CΒ key combination.