public marks

PUBLIC MARKS with tags ssh & remote

2013

mRemoteNG

by jdrsantos
mRemoteNG is a fork of mRemote, an open source, tabbed, multi-protocol, remote connections manager. mRemoteNG adds bug fixes and new features to mRemote.

2010

2009

2008

Execute commands simultaneously on multiple servers Using PSSH/Cluster SSH/Multixterm -- Ubuntu Geek

by camel
If you have multiple servers with similar or identical configurations (such as nodes in a cluster), it’s often difficult to make sure the contents and configuration of those servers are identical. It’s even more difficult when you need to make configuration modifications from the command line, knowing you’ll have to execute the exact same command on a large number of systems . In this tutorial we will see some tools to execute one command on multiple remote servers using ssh.First you need to make sure you have ssh installed in your machine or you can install using the following command

Linux.com :: Parallel SSH execution and a single shell to control them all

by camel (via)
Many people use SSH to log in to remote machines, copy files around, and perform general system administration. If you want to increase your productivity with SSH, you can try a tool that lets you run commands on more than one remote machine at the same time. Parallel ssh, Cluster SSH, and ClusterIt let you specify commands in a single terminal window and send them to a collection of remote machines where they can be executed. Why you would need a utility like this when, using openSSH, you can create a file containing your commands and use a bash for loop to run it on a list of remote hosts, one at a time? One advantage of a parallel SSH utility is that commands can be run on several hosts at the same time. For a short-running task this might not matter much, but if a task needs an hour to complete and you need to run it on 20 hosts, parallel execution beats serial by a mile. Also, if you want to interactively edit the same file on multiple machines, it might be quicker to use a parallel SSH utility and edit the file on all nodes with vi rather than concoct a script to do the same edit. Many of these parallel SSH tools include support for copying to many hosts at once (a parallel version of scp) or using rsync on a collection of hosts at once. Because the parallel SSH implementations know about all the hosts in a group, some of them also offer the ability to execute a command "on one host" and will work out which host to pick using load balancing. Finally, some parallel SSH projects let you use barriers so that you can execute a collection of commands and explicitly have each node in the group wait until all the nodes have completed a stage before moving on to the next stage of processing.

HOWTO Use Your Mac From Anywhere | diveintomark.org

by simon_bricolo & 4 others
This guide demonstrates using SSH tunnels and VNC screen-sharing software to use your Mac from any PC over the Internet. It’s fast, secure, cross-platform, and can be done entirely with open source software.

SSH dynamic port forwarding with SOCKS

by camel
SSH has numerous uses beyond just logging into a remote system. In particular, SSH allows you to forward ports from one machine to another, tunnelling traffic through the secure SSH connection. This provides a convenient means of accessing a service hosted behind a firewall, or one blocked by an outgoing firewall. However, forwarding an individual port still requires you to change where your program connects, telling it to use a non-standard port on localhost rather than the standard port on the remote machine, and it requires a separate port forward for each machine you want to access. Dynamic port forwarding via SOCKS provides a more convenient alternative. The examples in this article assume that you reside behind a restrictive firewall which does not allow outgoing SMTP connections except to a designated mail server. You want to connect to a different mail server, mail.example.net, on port 25. You have an SSH account on a machine shell.example.org, which does not reside within the restrictive firewall and can thus access port 25 on mail.example.net.

2007

Backup Ubuntu using rdiff-backup -- Ubuntu Geek

by camel
rdiff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership, modification times, extended attributes, acls, and resource forks. Also, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted. Finally, rdiff-backup is easy to use and settings have sensical defaults.

Secure Remote Disk

by nhoizey
Connect to your remote servers with super secure SSH and the *cough* convenience of MacOS X' Finder. Secure Remote Disk provides simple user interface for MacFUSE and sshfs.

2006

Mount a Remote Folder using SSH on Ubuntu -- Ubuntu Geek

by realmip
Connecting to a server across the internet is much more secure using SSH. There is a way that you can mount a folder on a remove server using the SSHFS service.sshfs is a filesystem client based on the SSH File Transfer Protocol.

Set up the VNC Server in Fedora

by rustynail
Howto setup a VNC server and access it through SSH.

2005

PUBLIC TAGS related to tag ssh

accès +   article +   backup +   configuration +   connection +   connexion +   control +   deesktop +   deployment +   desktop +   dev +   distant +   edit +   fabric +   files +   filesystem +   firewall +   freenx +   fuse +   howto +   install +   linux +   mac +   macfuse +   mail +   mount +   network +   networking +   nomachine +   nx +   osx +   ponsfrilus +   programming +   putty +   python +   remote +   rsync +   script +   secure +   software +   sshfs +   sysadmin +   terminal +   tips +   tools +   toread +   tutorial +   ubuntu +   vnc +   web +  

Active users

jdrsantos
last mark : 06/03/2013 13:13

sylvainulg
last mark : 18/01/2010 09:14

piouPiouM
last mark : 21/10/2009 07:36

camel
last mark : 13/11/2008 10:16

simon_bricolo
last mark : 04/08/2008 08:48

nhoizey
last mark : 30/01/2007 11:26

realmip
last mark : 31/12/2006 01:20

tomerc
last mark : 15/12/2006 06:59

ponsfrilus
last mark : 06/12/2006 23:21

rustynail
last mark : 12/10/2006 16:13

kemar
last mark : 08/09/2006 09:22

dharmesh
last mark : 04/11/2005 16:40