https://github.com/abock/meego-ssh-tools
SSH Utilities for MeeGo Remote Development
https://github.com/abock/meego-ssh-tools
Last synced: 10 months ago
JSON representation
SSH Utilities for MeeGo Remote Development
- Host: GitHub
- URL: https://github.com/abock/meego-ssh-tools
- Owner: abock
- License: mit
- Created: 2010-04-09T20:11:00.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-04-30T19:51:41.000Z (about 16 years ago)
- Last Synced: 2023-04-13T08:26:55.193Z (about 3 years ago)
- Homepage:
- Size: 102 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
MeeGo SSH Tools
---------------
Written by Aaron Bockover
Copyright 2010 Novell
Released under the MIT X11 license.
Tools for the Target MeeGo Machine:
meego-ssh-setup-target First you will need to run this script on any
MeeGo machines you'll want to work with. This
script takes care of installing and SSH server,
setting it up, and advertising the machine as a
MeeGo device over Avahi so it can be located by
the tools below.
Tools for the Development Machine:
meego-ssh-setup Locates MeeGo machines on the local network, and
configures the other tools to use the selected machine.
Run this script at least once, and any time you want
either want to work on a different machine, or the
existing machine's network configuration has changed.
meego-ssh-install-authorized-key
Run this each time you set up a new machine, after you
have run meego-ssh-setup to select that machine. Run
it once for root, once for the user you set up on the
MeeGo machine. This tool will install your public key
into ~/.ssh/authorized_keys.
meego-ssh Proxy SSH commands to the selected MeeGo machine, for
example:
meego-ssh killall -9 mutter
-or as a different remote user-
meego-ssh -l aaron echo \$USER
meego-scp Send files to the selected MeeGo machine, for example:
meego-scp "Foo" "Bar with Spaces" :
meego-scp -r directory /usr/share