Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 2009_05.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 5.2.3" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml"$>" />
11
12    <title>Status for Andrew DeFaria: May 2009 Archives</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/2009_04.html" title="April 2009" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/2010_02.html" title="February 2010" />
17 </head>
18 <body class="layout-one-column">
19    <div id="container">
20       <div id="container-inner" class="pkg">
21
22          <div id="banner">
23             <div id="banner-inner" class="pkg">
24                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
25                <h2 id="banner-description">Searchable status reports and work log</h2>
26             </div>
27          </div>
28
29          <div id="pagebody">
30             <div id="pagebody-inner" class="pkg">
31                <div id="alpha">
32                   <div id="alpha-inner" class="pkg">
33                      
34                      <p class="content-nav">
35                         <a href="http://defaria.com/blogs/Status/archives/2009_04.html">&laquo; April 2009</a> |
36                         <a href="http://defaria.com/blogs/Status/">Main</a>
37                         | <a href="http://defaria.com/blogs/Status/archives/2010_02.html">February 2010 &raquo;</a>
38                      </p>
39                      
40                      
41                      <!--
42 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
43          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
44          xmlns:dc="http://purl.org/dc/elements/1.1/">
45 <rdf:Description
46     rdf:about="http://defaria.com/blogs/Status/archives/2009_05.html#entry-000711"
47     trackback:ping="http://defaria.com/mt/mt-tb.cgi/94"
48     dc:title="Cygwin, ssh, smb home directories"
49     dc:identifier="http://defaria.com/blogs/Status/archives/2009_05.html#entry-000711"
50     dc:subject=""
51     dc:description="I knew I had approached this problem before and I had, back in 2006 for another client. Doing some research yields this and this but it&apos;s this that causes me to abandon this task. Specifically: Umm, Bruce, you aren&apos;t trying..."
52     dc:creator=""
53     dc:date="2009-05-07T23:56:11-06:00" />
54 </rdf:RDF>
55 -->
56
57
58                      <h2 class="date-header">May  7, 2009</h2>
59                      <a id="a000711"></a>
60                      <div class="entry" id="entry-711">
61                         <h3 class="entry-header">Cygwin, ssh, smb home directories</h3>
62                         <div class="entry-content">
63                            <div class="entry-body">
64                               <p>I knew I had approached this problem before and I had, back in 2006 for another client. Doing some research yields <a href="http://sourceware.org/ml/cygwin/2006-10/msg00553.html">this </a>and <a href="http://sourceware.org/ml/cygwin/2006-10/msg00644.html">this </a>but it's <a href="http://sourceware.org/ml/cygwin/2003-06/msg00080.html">this </a>that causes me to abandon this task. Specifically: <blockquote>Umm, Bruce, you aren't trying to access network shares from
65 a session you did with passwordless authentication, are you? Because if
66 you are, it's not going to work (see &lt;<a linkindex="10"
67  href="http://cygwin.com/cygwin-ug-net/ntsec.html#NTSEC-RELEASE1.3.3">http://cygwin.com/cygwin-ug-net/ntsec.html#NTSEC-RELEASE1.3.3</a>&gt;).<br>
68 </blockquote>
69 IIRC In Windows, if you log into Windows in a passwordless manner (i.e.
70 using ssh and pre-shared keys is considered passwordless - secure - but
71 you didn't supply a password) then Windows cannot determine how to
72 access SMB shares since it needs to "login" or authenticate with the
73 remote server using your username and password and all it has is your
74 username. Thus having a remote home directory will never work for our
75 purposes here. I will attempt to follow up on the Cygwin mailing list
76 to confirm my suspicions about this. There is hope for this to be
77 solved in the <a
78  href="http://cygwin.com/1.7/cygwin-ug-net/ov-new1.7.html">1.7 version
79 of Cygwin</a>:<br>
80
81 <blockquote>Cygwin now allows storage and use of user passwords in a
82 hidden area of the registry. This is tried first when Cygwin is called
83 by privileged processes to switch the user context. This allows, for
84 instance, ssh public key sessions with full network credentials to
85 access shares on other machines.<br>
86 </blockquote>
87                               
88                               <p class="entry-footer">
89                                  <span class="post-footers">Posted by  at 11:56 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000711.html">Permalink</a>
90                                  
91                                  | <a href="http://defaria.com/blogs/Status/archives/000711.html#trackback">TrackBacks (0)</a>
92                               </p>
93                            </div>
94                         </div>
95                      </div>
96                      
97                   </div>
98                </div>
99             </div>
100          </div>
101       </div>
102    </div>
103 </body>
104 </html>