diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2013-03-29 23:45:10 +0200 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2013-03-29 23:45:10 +0200 |
| commit | 0fa2964350954341bb57228347c74d6e5cf3923b (patch) | |
| tree | dc8ae73acb8701e492426cf06124bf8beb91bccf /remoteusage.mdwn | |
| parent | 24d033149e3e920d201ef80b91e06e8ba441f416 (diff) | |
link
Diffstat (limited to 'remoteusage.mdwn')
| -rw-r--r-- | remoteusage.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 7f0d9b7..c96ed2b 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -26,12 +26,15 @@ server), `bash`, and `ssh` on another computer (let's call that computer 3. password-free login (public key authentication) from client to server. [Here](http://www.debian-administration.org/articles/152) is a -good page on how to set it up. +good page on how to set it up (*). 4. a reasonably fast connection. (This isn't really *necessary*, but if your connection is too slow, this won't be very pleasant to use, and certainly won't seem transparent.) +(*) If you don't want / cannot use password-free login, +[[This|remoteusage/aboriginal]] page provides yet another alternative. + ## Configure `ssh` on the client computer ## Add this to your `~/.ssh/config`: |
