
SSH
Get flash to fully experience Pearltrees
Password-less logins with OpenSSH
Pass on Passwords with scp
In this article, I show you how to use the scp (secure copy) command without needing to use passwords. I then show you how to use this command in two scripts. One script lets you copy a file to multiple Linux boxes on your network, and the other allows you to back up all of your Linux boxes easily. If you're a Linux sysadmin, you frequently need to copy files from one Linux box to another. Or, you may need to distribute a file to multiple boxes. You could use FTP, but using scp has many advantages.Passwordless SSH
SSH concepts With remote access via ssh, there are 2 user accounts to consider : luser@local ---becomes---> ruser@remote Although both accounts can have the same account name (e.g. jdoe@local, jd@remote), and although ssh assumes that you will use the same username on both local and remote system, they are 2 distinctive user accounts, on separate machines.The second day I got the Palm Pre, I was able to SSH into my own Palm Pre and also make it into a WiFi Router. Of course, this is usual business for me as I manage about 30+ web servers on a daily basis. If I see a linux machine, the first thing I want to do is SSH into it. What is SSH?
How to SSH into Your Palm Pre! | Palm Pre Hacks Blog!
SSH vs. VPN
Setting up a reverse SSH tunnel
scp + find -Search files in a remote server and copy them to your machine- 1
Some of the most popular posts here in Go2Linux are: How to transfer files with ssh and 10 useful examples of the Linux find command So, I have decided to merge them in a good tip to look for files in a remote server and then copy them to your local machine, I haven't already needed something like this, but it may be useful for someone (I hope).Creating ssh reverse tunnel
Imagine you are out of the office, but you have an important document that you have to get from your personal computer in your office. Unfortunately your computer is protected behind a firewall, making it impossible to access. But you have a server that you can access and your personal computer also can access this server.Transferring files with OpenSSH
How should I authenticate myself How do I use an authentication agent How do I tunnel X11 through an ssh connection? Using port forwarding in general

