ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/documentation/papers/cvs-2.txt
(Generate patch)

Comparing projects/cms/documentation/papers/cvs-2.txt (file contents):
Revision 1.3 by tdb, Wed Nov 15 20:03:48 2000 UTC vs.
Revision 1.4 by tdb, Thu Nov 16 20:18:17 2000 UTC

# Line 63 | Line 63 | copy-key.bat. Just go to "Start -> Run -> copy-key rap
63   to make it do it's stuff.
64  
65   Now, we're pretty much all set. You should be able to type
66 < "ssh raptor" into a command window and log straight in
67 < without the need for a password. If not, something has gone
68 < wrong !
66 > "ssh -l <user> raptor" into a command window and log
67 > straight in without the need for a password. If not,
68 > something has gone wrong !
69  
70   Finally, a quick alteration to WinCVS and we're done. In the
71   preferences set the CVS Root to be;
# Line 104 | Line 104 | DLL's in place and the binary ssh files.
104   Next, setting up a key. This requires a few straightforward
105   steps.
106  
107 < - setup a directory to be considered your "home folder" and
108 <   then ensure that the environment variable HOME is pointed
109 <   at this directory. Then make a directory called .ssh
110 <   within this.
107 > - setup a directory (on your machine) to be considered your
108 >   "home folder" and then ensure that the environment
109 >   variable HOME is pointed at this directory. Then make a
110 >   directory called .ssh within this.
111  
112   - telnet into raptor and run this command;
113 <     ssh-keygen -f ssh-newkey -q -P '' -C '<user> on NT'"
113 >     ssh-keygen -f ssh-newkey -q -P '' -C '<user> on NT'
114    
115     make sure you change <user> for your userid, and that you
116     notice the difference between the single quote ' and the
# Line 132 | Line 132 | steps.
132     the ssh-newkey and ssh-newkey.pub files from raptor.
133  
134   Now, to test this setup you should try the following from a
135 < command prompt;
135 > command prompt (on your machine, not raptor);
136  
137   ssh -l <userid> raptor.ukc.ac.uk
138  
# Line 145 | Line 145 | preferences set the CVSROOT to;
145   :ext:<user>@raptor.ukc.ac.uk:/usr/local/proj/co600_10/cvs
146  
147   Set Authentication to SSH server, and set the RSA identity
148 < to your identity file (not the .pub one). Finally set the
149 < browser directory to a suitable location and try checking
150 < something out. If all has worked an SSH window should pop up
151 < at the bottom of the screen and the files should appear.
148 > to your identity file (not the .pub one). On the ports tab
149 > check the "alternate rsh name" box at the bottom, and make
150 > sure "ssh" is in the text box. You might also like to
151 > uncheck "checkout read-only" and "prune empty directories"
152 > on the globals tab.
153  
154 + Finally set the browser directory to a suitable location and
155 + try checking something out. If all has worked an SSH window
156 + should pop up at the bottom of the screen and the files
157 + should appear.
158 +
159   As a final note, turning TCP/IP compression on may make it
160   quicker over a modem.
161  
# Line 342 | Line 348 | $Id$
348       $Id$
349  
350   $Log$
351 < Revision 1.3  2000/11/15 20:03:48  tdb
352 < Added a section on using WinCVS/SSH at home.
351 > Revision 1.4  2000/11/16 20:18:17  tdb
352 > A few more updates, after Paul tested my instructions out :-)
353  
354    Puts the latest log message in.
355  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines