Difference between revisions of "Server"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
* [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 ===
+
=== Handy ===
 +
tmux
 +
 
 +
=== SSH keys ===
 
in ~/.ssh
 
in ~/.ssh
 
  ssh-keygen -t rsa -C "your_email@youremail.com"
 
  ssh-keygen -t rsa -C "your_email@youremail.com"
Line 20: Line 23:
 
=== Rsync ===
 
=== Rsync ===
 
* Rsync over alt SSH port: --rsh='ssh -p8023'
 
* Rsync over alt SSH port: --rsh='ssh -p8023'
 +
  
 
== Systems ==
 
== Systems ==

Revision as of 02:39, 9 January 2012