Operating Systems 2017F Lecture 23: Difference between revisions

From Soma-notes
Rquaium (talk | contribs)
Rquaium (talk | contribs)
Line 1: Line 1:


== Additional Notes ==
== Additional Notes ==
Solutions for midterm exam are on the course webpage <br>
Written solutions for midterm exam are on the course webpage <br>
Assignment 4 <br>
Q2: SSH keygen generates the secret key and the public key file. The private key is stored in the private key file: .ssh/id_rsa  <br>
Q4: Both lines because first you start from 1 and then increment from there. <br>

Revision as of 18:16, 7 December 2017

Additional Notes

Written solutions for midterm exam are on the course webpage
Assignment 4
Q2: SSH keygen generates the secret key and the public key file. The private key is stored in the private key file: .ssh/id_rsa
Q4: Both lines because first you start from 1 and then increment from there.