Difference between revisions of "Server"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
== SSH ==
 
== SSH ==
* Rsync over alt SSH port: --rsh='ssh -p8023'
 
 
 
* [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