Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to get EGit to remember my password?



On Sat, Jun 25, 2011 at 1:17 PM, Alena Laskavaia <elaskavaia.cdt@xxxxxxxxx> wrote:
Can you specify what you did. I use mingw scp and it does not work

The simplest thing to do is to get a temporary full shell from a webmaster. Worked nicely for me and Andrew.

-sergey

scp -r .ssh/ elaskavaia@xxxxxxxxxxxxxxx:
Password:
scp: /home/data/users/elaskavaia/.: No such file or directory

On Fri, Jun 24, 2011 at 12:22 PM, Roland Schulz <roland@xxxxxxx> wrote:
>
>

> I tried it. It works (creating folder and than copy recursive. I haven't
> tried "-p" because I tried it from MinGW)
> Roland
>
>>
>> :D
>>
>> > -----Original Message-----
>> > From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
>> > On Behalf Of Alex Blewitt
>> > Sent: Friday, June 24, 2011 11:46 AM
>> > To: CDT General developers list.
>> > Cc: CDT General developers list.
>> > Subject: Re: [cdt-dev] How to get EGit to remember my password?
>> >
>> > Ssh checks permissions on the authorised keys and will not trust it if
>> > it
>> > doesn't have the right permissions.
>> >
>> > Sent from my (old) iPhone
>> >
>> > On 24 Jun 2011, at 16:14, "Schaefer, Doug" <Doug.Schaefer@xxxxxxxxxxxxx>
>> > wrote:
>> >
>> > > At this rate, I wouldn't worry about permissions. Everyone's home
>> > directories are shut down pretty tight:
>> > >
>> > >    drwx------ 24 dschaefer users 1216 2011-06-24 11:04 .
>> > >
>> > > :D
>> > >
>> > >> -----Original Message-----
>> > >> From: cdt-dev-bounces@xxxxxxxxxxx
>> > >> [mailto:cdt-dev-bounces@xxxxxxxxxxx]
>> > >> On Behalf Of John Cortell
>> > >> Sent: Friday, June 24, 2011 11:13 AM
>> > >> To: CDT General developers list.; cdt-dev@xxxxxxxxxxx
>> > >> Subject: Re: [cdt-dev] How to get EGit to remember my password?
>> > >>
>> > >> Not everyone is on linux ;-) Depending on what emulation tools you
>> > >> use on Windows, chmod-ing x bits on a local file may or may not be
>> > supported.
>> > >>
>> > >> At 09:53 AM 6/24/2011, Andrew Eidsness wrote:
>> > >>> So it sounds like chmod'ing locally and then scp'ing the folder with
>> > >>> -p should work.
>> > >>
>> > >>
>> > >>
>> > >> _______________________________________________
>> > >> cdt-dev mailing list
>> > >> cdt-dev@xxxxxxxxxxx
>> > >> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>> > > _______________________________________________
>> > > cdt-dev mailing list
>> > > cdt-dev@xxxxxxxxxxx
>> > > https://dev.eclipse.org/mailman/listinfo/cdt-dev
>> > _______________________________________________
>> > cdt-dev mailing list
>> > cdt-dev@xxxxxxxxxxx
>> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>
>>
>
>
>
> --
> ORNL/UT Center for Molecular Biophysics cmb.ornl.gov
> 865-241-1537, ORNL PO BOX 2008 MS6309
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top