Difference between revisions of "Server"
Jump to navigation
Jump to search
E-mail
Line 4: | Line 4: | ||
== SSH == | == SSH == | ||
− | |||
− | |||
* [http://blogs.perl.org/users/smylers/2011/08/ssh-productivity-tips.html SSH Can Do That? Productivity Tips for Working with Remote Servers] | * [http://blogs.perl.org/users/smylers/2011/08/ssh-productivity-tips.html SSH Can Do That? Productivity Tips for Working with Remote Servers] | ||
* [http://shebang.brandonmintern.com/tips-for-remote-unix-work-ssh-screen-and-vnc Tips for Remote Unix Work (SSH, screen, and VNC)] [http://news.ycombinator.com/item?id=3364025] | * [http://shebang.brandonmintern.com/tips-for-remote-unix-work-ssh-screen-and-vnc Tips for Remote Unix Work (SSH, screen, and VNC)] [http://news.ycombinator.com/item?id=3364025] | ||
+ | |||
+ | === Keys === | ||
+ | in ~/.ssh | ||
+ | ssh-keygen -t rsa -C "your_email@youremail.com" | ||
+ | cat id_rsa.pub | ||
=== SCP === | === SCP === | ||
Line 14: | Line 17: | ||
=== SSHFS === | === SSHFS === | ||
* [http://www.saltycrane.com/blog/2010/04/notes-sshfs-ubuntu/ Notes on SSHFS] | * [http://www.saltycrane.com/blog/2010/04/notes-sshfs-ubuntu/ Notes on SSHFS] | ||
+ | |||
+ | === Rsync === | ||
+ | * Rsync over alt SSH port: --rsh='ssh -p8023' | ||
== Provision == | == Provision == |
Revision as of 21:33, 4 January 2012
SSH
- SSH Can Do That? Productivity Tips for Working with Remote Servers
- Tips for Remote Unix Work (SSH, screen, and VNC) [1]
Keys
in ~/.ssh
ssh-keygen -t rsa -C "your_email@youremail.com" cat id_rsa.pub
SCP
SSHFS
Rsync
- Rsync over alt SSH port: --rsh='ssh -p8023'
Provision
Services
Anti-spam;