PUBLIC   marks

PUBLIC MARKS with tag ssh

Sponsorised links

This month

SSH Connexion à distance sécurisée

by elaviar
Connexion à distance sécurisée

Knockd :: Sécuriser vos connexions | Debianworld.org

by srcmax & 3 others

Knockd est un petit daemon qui autorise ou non une connexion à votre serveur. Pour cela il écoute les ports de votre machine et attend une séquence bien précise de connexions sur les ports que vous avez définis. Si la séquence définie est exécuté dans le bon ordre, le daemon va ouvrir le port et permettre une connexion pour un temps déterminé sur le port ssh par exemple. La séquence peut utiliser des connexions TCP ou UDP ou les deux.

October 2009

Sponsorised links

September 2009

July 2009

June 2009

SVI-wiki: Scp Batch Mode

by eaque
done with a regular (with password) ssh connection, and accepting the host as known. Then, the host name should be the same as the one

February 2009

corkscrew

by Xavier Lacot & 4 others
Corkscrew is a tool for tunneling SSH through HTTP proxies. Usefull for cheating stupid proxies :-)

January 2009

December 2008

NASA Ames Open Source Software | Projects

by karlcow

Mesh Homepage Mesh is a secure, lightweight grid middleware that is based on the addition of a single sign-on capability to the built-in public key authentication mechanism of SSH using system call interposition. Each Mesh installation is dedicated to serving a particular virtual organization (VO), which is defined to be a dynamic collection of individuals, institutions, and resources.

November 2008

NoMachine NX

by rmaltete & 7 others
Desktop Virtualization and Remote Access Management Software. SSH + VNC

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

’Scripts Shell sous Linux’ chez ENI (TOOLinux)

by camel (via)
’Scripts Shell sous Linux’ chez ENI 10 novembre 2008 dans Livres Ce livre sur les scripts shell présente la mise en œuvre de projets dans un environnement industriel. Les 5 projets détaillés couvrent la plupart des besoins en scripts rencontrés en entreprise. Ils ont été conçus et présentés de telle sorte que leur adaptation à des besoins spécifiques sera aisée pour le lecteur. Les thèmes couverts traitent de la gestion des comptes utilisateurs, des sauvegardes de fichiers, des sauvegardes systèmes, de la gestion des disques, des communications entre serveurs, des mécanismes de surveillance et des scripts de démarrage. Ces projets abordent des approches différentes de la programmation en shell, tels que les gros projets qui utilisent plusieurs scripts avec des fichiers de configuration et de journalisation, ou le script unique complet et autonome. Des concepts de base sont détaillés comme les menus interactifs, la crontab, des fichiers systèmes, la sécurité SSH et les clés. Les scripts shell traités dans le livre sont en téléchargement sur cette page. A noter que le livre numérique est offert par l’éditeur pour l’achat du livre imprimé jusqu’au 31 décembre 2008. "Scripts Shell sous Linux : Mise en œuvre de 5 projets", de Théo SCHOMAKER et Jean-Marc BARANGER", ENI Editions. 37 euros. ISBN : 978-2-7460-4617-7

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.

October 2008

ShareTool

by rmaltete (via)
Access your Bonjour Services from anywhere, securely. Scenario: You've just purchased a brand new iMac and MacBook and are simply loving it. You've set up your home or office network exactly the way you want it. You have file sharing between the two machines and can transfer your documents easily between them; you can listen to your iMac's iTunes Library from the MacBook and view your MacBook's iPhoto Library from your iMac. Everything on your network works exactly as you want it to and life is beautiful. What happens when you have to leave (i.e. work or travel) the comfort of your new custom configured network? Wouldn't it be nice to know that with one mouse click you will be able to access almost everything you've just setup from anywhere in the world securely? Before ShareTool, this was simply not possible without an extremely (if at all possible) complicated setup even for those in the know. Not anymore! With ShareTool, that complex procedure is reduced to a simple mouse click and as a result, yes, you can be at two places at the same time! ShareTool lets you access all of the Bonjour services on your home network from anywhere in the world. This includes iTunes Music Sharing, Screen Sharing, File Sharing, printing, and more. With ShareTool, you can listen to your entire iTunes music library at work, control the screen of any of your home computers, or grab that important file you forgot to bring with you. And this is simply the tip of the iceberg. With ShareTool, it's as if you've never left your own network! Some of the new features of ShareTool include the following: Simple Setup: ShareTool automatically configures routers supporting NAT-PMP or UPnP. Easy Access: Remote services automatically appear in Finder, iTunes, and other applications. Compatibility: ShareTool enables remote access for any application or service that advertises itself using Bonjour and runs over TCP/IP. Security: All network traffic is strongly encrypted. Access to your services requires your Mac OS X username and password. Dynamic domain name support On the fly compression: Transfer large files quickly. Secure web browsing: surf the internet using your own browser securely. and much more!

Tentakel to execute commands on multiple Linux or UNIX Servers

by camel
Many times, you want to execute a command not only on one server, but also on several servers. For example, find out * Version of kernel * Version of Apache web server * Update static html or images files on all web servers via rsync * Find out user information, server information, memory usage etc * Security/patch checking tentakel I have already covered how to execute commands on multiple Linux or UNIX servers via shell script. The disadvantage of script is commands do not run in parallel on all servers. However, several tools exist to automate this procedure in parallel. With the help of tool called tentakel, you run distributed command execution. It is a program for executing the same command on many hosts in parallel using ssh (it supports other methods too). Main advantage is you can create several sets of servers according requirements. For example webserver group, mail server group, home servers group etc. The command is executed in parallel on all servers in this group (time saving). By default, every result is printed to stdout (screen). The output format can be defined for each group.

September 2008

PUBLIC TAGS related to tag ssh

no tag

Sponsorised links