make screen - to start shared session
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 1 Sep 2009 17:06:57 +0000 (17:06 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 1 Sep 2009 17:06:57 +0000 (17:06 +0000)
make test   - to connect student@localhost

git-svn-id: svn://svn.rot13.org/sysadmin-cookbook@142 191e9f34-6774-4a6d-acfc-7664dacd4a2a

recepies/screen/sharing/Makefile [new file with mode: 0644]

diff --git a/recepies/screen/sharing/Makefile b/recepies/screen/sharing/Makefile
new file mode 100644 (file)
index 0000000..6992275
--- /dev/null
@@ -0,0 +1,7 @@
+screen:
+       sudo sh -x 2.screen-sharing-perms
+       sudo -u dpavlin xterm +rv -n perl -e screen -S perl -c screenrc &
+
+test:
+       xterm -fg grey -e ssh student@localhost &
+