Skip to content

A tool for transferring your clipboard via SSH, useful for working with VNC / RDP where clipboards aren't supported.

License

Notifications You must be signed in to change notification settings

tris10au/sshclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sshclip

A tool for sharing the clipboard between two machines using SSH, useful for when using VNC/RDP without native clipboard support.

Install

sshclip is available from Pip and can be installed with pip3 install sshclip

It should automatically install all dependencies (paramiko, pyperclip, click, and pyobjc on macOS).

Build from source

sshclip is a Python 3 package and can be built using pip3 install --develop . for development purposes. For typical usage, use pip3 install .

Usage

Run sshclip on both the client (typically your laptop/desktop) and the server (typically the machine you are VNCing into) using the following commmands:

sshclip client user@example.com (on the client, replacing user@example.com with the SSH connection to the server. The SSH keys must be added to your machine)

sshclip server on the server

You may want to put sshclip server & in your VNC startup file to make sshclip start automatically.

About

A tool for transferring your clipboard via SSH, useful for working with VNC / RDP where clipboards aren't supported.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages