You can subscribe to this list here.
| 2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2011 |
Jan
|
Feb
|
Mar
(12) |
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Bastian B. <bas...@bo...> - 2012-04-13 01:41:30
|
update finally installed putty-tools but when I run puttygen -t dsa -b 1024 -o .ssh/key.private-putty it take's forever, do I need to use a specific version? Tnx B. ----- Original Message ----- From: "Bastian Boday" <bas...@bo...> To: sep...@li... Sent: Friday, April 13, 2012 2:19:00 AM Subject: [Sepiola-users] sepiola ldap install Hi, I would like to get sepiola to work, client Windows7 x64, server debian. getent passwd 3720000 and getent group 3720000 works fine and also ssh login for user 3720000 works. ServerKey and Host are set up on the client side. chrooted env. is not yet set up, so I copied puttygen.exe to /home/3720000/bin/puttygen.exe according to http://wiki.sepiola.org/index.php/chroot_Environment assuming you call it somehow remote. I still get the error "Username or password not valid" and after pressing Cancel "The key has not been generated." What I'm doing wrong? Best Regards Bastian ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Sepiola-users mailing list Sep...@li... https://lists.sourceforge.net/lists/listinfo/sepiola-users |
|
From: Bastian B. <bas...@bo...> - 2012-04-13 00:54:46
|
Hi, I would like to get sepiola to work, client Windows7 x64, server debian. getent passwd 3720000 and getent group 3720000 works fine and also ssh login for user 3720000 works. ServerKey and Host are set up on the client side. chrooted env. is not yet set up, so I copied puttygen.exe to /home/3720000/bin/puttygen.exe according to http://wiki.sepiola.org/index.php/chroot_Environment assuming you call it somehow remote. I still get the error "Username or password not valid" and after pressing Cancel "The key has not been generated." What I'm doing wrong? Best Regards Bastian |
|
From: TR <tr...@gm...> - 2011-04-07 17:04:04
|
I have one more question and I think I am all set, when running the cron
jobs I run into this error with the writeAccountSize.pl script.
# /usr/bin/nice -n 19 /usr/bin/rsnapshot -c
/etc/rsnapshot/rsnapshot.conf.3720000 daily
/usr/bin/quota: invalid option -- w
quota: Usage: quota [-guqxvs] [-l | -Q] [-i] [-F quotaformat]
quota [-qxvs] [-l | -Q] [-i] [-F quotaformat] -u username ...
quota [-qxvs] [-l | -Q] [-i] [-F quotaformat] -g groupname ...
Bugs to: mv...@pl..., ja...@su...
Use of uninitialized value in split at
/usr/local/scripts/online-backup/writeAccountSize.pl line 535.
Use of uninitialized value in substitution (s///) at
/usr/local/scripts/online-backup/writeAccountSize.pl line 544.
Use of uninitialized value in concatenation (.) or string at
/usr/local/scripts/online-backup/writeAccountSize.pl line 548.
Use of uninitialized value in concatenation (.) or string at
/usr/local/scripts/online-backup/writeAccountSize.pl line 548.
Use of uninitialized value in numeric lt (<) at
/usr/local/scripts/online-backup/writeAccountSize.pl line 244.
Use of uninitialized value in subtraction (-) at
/usr/local/scripts/online-backup/writeAccountSize.pl line 587.
WARNING: cmd_postexec
"/usr/local/scripts/online-backup/rsnapshotPostExecWrapper.sh /home/3720000
3720000" returned 1
Thanks,
Timothy Sheehan
|
|
From: TR <tr...@gm...> - 2011-04-07 05:28:56
|
Stephen, Thanks again for your response. After going through logs upon logs, I found that puttygen didn't get compiled correctly. After recompiling it looks like smooth sailing. I was able to run my first backup and restore! Tim On Wed, Apr 6, 2011 at 5:00 PM, Stephan Buys <ps...@gm...> wrote: > Hi There, > > I think it's getting stuck at generating you're users ssh keys. You need > have access to puttygen (part of putty yum package on Centos) on the server. > > http://wiki.sepiola.org/index.php/Server_Set_Up_%28LDAP_Backend%29 > > Cheers > Stephan > > > On 07/04/2011 00:30, TR wrote: > >> Stephen, >> >> I have corrected the .ssh folder in the user's home dir on the server. I >> can log via putty using the key file. >> >> When I now attempt to login via Sepiola, it does not return an error, but >> it does not load the gui screen either. >> Do I need to manually create/edit any folder/files on the client machine? >> >> >> >> >> 06.04.11 16:16:03 Started: C:/Program Files/sepiola 2.0.1/bin/plink.exe >> XXuserXX@XXdomainXX sh -c ":" >> >> 06.04.11 16:16:12 Started: C:/Program Files/sepiola 2.0.1/bin/plink.exe >> XXuserXX@XXdomainXX sh -c 'echo LoggedIn;puttygen -q -t dsa -b 1024 -o >> .ssh/key.private-putty;puttygen .ssh/key.private-putty -o >> .ssh/key.public-openssh -O public-openssh;puttygen .ssh/key.private-putty -o >> .ssh/key.private-openssh -O private-openssh;cat .ssh/key.public-openssh >> >> .ssh/authorized_keys;echo StartPrivateKey;cat .ssh/key.private-putty;echo >> EndPrivateKey;echo StartPrivateOpenSshKey;cat .ssh/key.private-openssh;echo >> EndPrivateOpenSshKey;rm .ssh/key.private-putty;rm >> .ssh/key.private-openssh;rm .ssh/key.public-openssh' >> >> 06.04.11 16:16:12 C:/Program Files/sepiola 2.0.1/bin/plink.exe >> started successfully. >> >> >> Thanks, >> Timothy Sheehan >> > > |
|
From: Stephan B. <ps...@gm...> - 2011-04-06 23:01:01
|
Hi There, I think it's getting stuck at generating you're users ssh keys. You need have access to puttygen (part of putty yum package on Centos) on the server. http://wiki.sepiola.org/index.php/Server_Set_Up_%28LDAP_Backend%29 Cheers Stephan On 07/04/2011 00:30, TR wrote: > Stephen, > > I have corrected the .ssh folder in the user's home dir on the server. > I can log via putty using the key file. > > When I now attempt to login via Sepiola, it does not return an error, > but it does not load the gui screen either. > Do I need to manually create/edit any folder/files on the client machine? > > > > > 06.04.11 16:16:03 Started: C:/Program Files/sepiola > 2.0.1/bin/plink.exe XXuserXX@XXdomainXX sh -c ":" > > 06.04.11 16:16:12 Started: C:/Program Files/sepiola > 2.0.1/bin/plink.exe XXuserXX@XXdomainXX sh -c 'echo LoggedIn;puttygen > -q -t dsa -b 1024 -o .ssh/key.private-putty;puttygen > .ssh/key.private-putty -o .ssh/key.public-openssh -O > public-openssh;puttygen .ssh/key.private-putty -o > .ssh/key.private-openssh -O private-openssh;cat > .ssh/key.public-openssh >> .ssh/authorized_keys;echo > StartPrivateKey;cat .ssh/key.private-putty;echo EndPrivateKey;echo > StartPrivateOpenSshKey;cat .ssh/key.private-openssh;echo > EndPrivateOpenSshKey;rm .ssh/key.private-putty;rm > .ssh/key.private-openssh;rm .ssh/key.public-openssh' > > 06.04.11 16:16:12 C:/Program Files/sepiola > 2.0.1/bin/plink.exe started successfully. > > > Thanks, > Timothy Sheehan |
|
From: TR <tr...@gm...> - 2011-04-06 22:30:27
|
Stephen, I have corrected the .ssh folder in the user's home dir on the server. I can log via putty using the key file. When I now attempt to login via Sepiola, it does not return an error, but it does not load the gui screen either. Do I need to manually create/edit any folder/files on the client machine? 06.04.11 16:16:03 Started: C:/Program Files/sepiola 2.0.1/bin/plink.exe XXuserXX@XXdomainXX sh -c ":" 06.04.11 16:16:12 Started: C:/Program Files/sepiola 2.0.1/bin/plink.exe XXuserXX@XXdomainXX sh -c 'echo LoggedIn;puttygen -q -t dsa -b 1024 -o .ssh/key.private-putty;puttygen .ssh/key.private-putty -o .ssh/key.public-openssh -O public-openssh;puttygen .ssh/key.private-putty -o .ssh/key.private-openssh -O private-openssh;cat .ssh/key.public-openssh >> .ssh/authorized_keys;echo StartPrivateKey;cat .ssh/key.private-putty;echo EndPrivateKey;echo StartPrivateOpenSshKey;cat .ssh/key.private-openssh;echo EndPrivateOpenSshKey;rm .ssh/key.private-putty;rm .ssh/key.private-openssh;rm .ssh/key.public-openssh' 06.04.11 16:16:12 C:/Program Files/sepiola 2.0.1/bin/plink.exe started successfully. Thanks, Timothy Sheehan |
|
From: Stephan B. <ps...@gm...> - 2011-04-06 18:52:18
|
Hi There Think it's most probably due to .ssh folder containing authorized_keys file not existing on server under you're ssh users home directory. Try that. Cheers Stephan Buys On 06/04/2011 18:43, TR wrote: > Hello, > > I have tried to follow the Wiki as best as I can. I can login via > Putty to the remote server just fine... When I try to run Sepiola, I > keep running into errors. It will wait a while, tell me the login is > incorrect and then when I hit cancel tells me key has not been > generated. Below is a copy of the log file. Reviewing server logs at > the time I try to use Sepiola, it is showing a successful authentication. > > --Server Log-- > > Apr 6 10:26:35 evergreen sshd[5248]: Accepted password for XXuserXX > from XXX.238.159.XXX port 63012 ssh2 > > --Server Log-- > > > --Sepiola Log-- > > 06.04.11 10:26:34 Started: C:/Program Files/sepiola > 2.0.1/bin/plink.exe XXuserXX@XXhostXX sh -c 'echo LoggedIn;puttygen -q > -t dsa -b 1024 -o .ssh/key.private-putty;puttygen > .ssh/key.private-putty -o .ssh/key.public-openssh -O > public-openssh;puttygen .ssh/key.private-putty -o > .ssh/key.private-openssh -O private-openssh;cat > .ssh/key.public-openssh >> .ssh/authorized_keys;echo > StartPrivateKey;cat .ssh/key.private-putty;echo EndPrivateKey;echo > StartPrivateOpenSshKey;cat .ssh/key.private-openssh;echo > EndPrivateOpenSshKey;rm .ssh/key.private-putty;rm > .ssh/key.private-openssh;rm .ssh/key.public-openssh' > > 06.04.11 10:26:34 C:/Program Files/sepiola > 2.0.1/bin/plink.exe started successfully. > > 06.04.11 10:27:12 Started: C:/Program Files/sepiola > 2.0.1/bin/plink.exe XXuserXX@XXhostXX sh -c 'echo LoggedIn;puttygen -q > -t dsa -b 1024 -o .ssh/key.private-putty;puttygen > .ssh/key.private-putty -o .ssh/key.public-openssh -O > public-openssh;puttygen .ssh/key.private-putty -o > .ssh/key.private-openssh -O private-openssh;cat > .ssh/key.public-openssh >> .ssh/authorized_keys;echo > StartPrivateKey;cat .ssh/key.private-putty;echo EndPrivateKey;echo > StartPrivateOpenSshKey;cat .ssh/key.private-openssh;echo > EndPrivateOpenSshKey;rm .ssh/key.private-putty;rm > .ssh/key.private-openssh;rm .ssh/key.public-openssh' > > 06.04.11 10:27:12 C:/Program Files/sepiola > 2.0.1/bin/plink.exe started successfully. > > 06.04.11 10:27:55 Started: C:/Program Files/sepiola > 2.0.1/bin/plink.exe XXuserXX@XXhostXX sh -c ":" > > --Sepiola Log-- > > > > Any help would greatly be appreciated! > > Thanks, > Tim > > > ------------------------------------------------------------------------------ > Xperia(TM) PLAY > It's a major breakthrough. An authentic gaming > smartphone on the nation's most reliable network. > And it wants your games. > http://p.sf.net/sfu/verizon-sfdev > > > _______________________________________________ > Sepiola-users mailing list > Sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepiola-users |
|
From: TR <tr...@gm...> - 2011-04-06 16:43:11
|
Hello, I have tried to follow the Wiki as best as I can. I can login via Putty to the remote server just fine... When I try to run Sepiola, I keep running into errors. It will wait a while, tell me the login is incorrect and then when I hit cancel tells me key has not been generated. Below is a copy of the log file. Reviewing server logs at the time I try to use Sepiola, it is showing a successful authentication. --Server Log-- Apr 6 10:26:35 evergreen sshd[5248]: Accepted password for XXuserXX from XXX.238.159.XXX port 63012 ssh2 --Server Log-- --Sepiola Log-- 06.04.11 10:26:34 Started: C:/Program Files/sepiola 2.0.1/bin/plink.exe XXuserXX@XXhostXX sh -c 'echo LoggedIn;puttygen -q -t dsa -b 1024 -o .ssh/key.private-putty;puttygen .ssh/key.private-putty -o .ssh/key.public-openssh -O public-openssh;puttygen .ssh/key.private-putty -o .ssh/key.private-openssh -O private-openssh;cat .ssh/key.public-openssh >> .ssh/authorized_keys;echo StartPrivateKey;cat .ssh/key.private-putty;echo EndPrivateKey;echo StartPrivateOpenSshKey;cat .ssh/key.private-openssh;echo EndPrivateOpenSshKey;rm .ssh/key.private-putty;rm .ssh/key.private-openssh;rm .ssh/key.public-openssh' 06.04.11 10:26:34 C:/Program Files/sepiola 2.0.1/bin/plink.exe started successfully. 06.04.11 10:27:12 Started: C:/Program Files/sepiola 2.0.1/bin/plink.exe XXuserXX@XXhostXX sh -c 'echo LoggedIn;puttygen -q -t dsa -b 1024 -o .ssh/key.private-putty;puttygen .ssh/key.private-putty -o .ssh/key.public-openssh -O public-openssh;puttygen .ssh/key.private-putty -o .ssh/key.private-openssh -O private-openssh;cat .ssh/key.public-openssh >> .ssh/authorized_keys;echo StartPrivateKey;cat .ssh/key.private-putty;echo EndPrivateKey;echo StartPrivateOpenSshKey;cat .ssh/key.private-openssh;echo EndPrivateOpenSshKey;rm .ssh/key.private-putty;rm .ssh/key.private-openssh;rm .ssh/key.public-openssh' 06.04.11 10:27:12 C:/Program Files/sepiola 2.0.1/bin/plink.exe started successfully. 06.04.11 10:27:55 Started: C:/Program Files/sepiola 2.0.1/bin/plink.exe XXuserXX@XXhostXX sh -c ":" --Sepiola Log-- Any help would greatly be appreciated! Thanks, Tim |
|
From: Michael E. <mic...@st...> - 2011-04-01 07:28:16
|
Hi Stephan The login-wrapper.sh script is no longer needed: backup-01 bin # ls -al total 112 drwxr-xr-x 2 root root 28 2009-06-22 17:36 . drwxr-xr-x 4 root root 26 2008-04-28 14:30 .. -rwxr-xr-x 18 root root 66036 2009-06-22 17:36 quota -rwxr-xr-x 18 root root 43024 2007-10-25 17:11 scp backup-01 bin # Now the users have full ssh access to the chroot environment. The login-wrapper.sh script restricted the access to certain commands. I've updated the wiki. Regards, Michael On 31/03/11 22:58, Stephan Buys wrote: > Hi Michael, > > I am missing you're custom login-wrapper.sh script, can you please > update or send. > > Thanks > Stephan > > On 31/03/2011 16:44, Michael Eichenberger wrote: >> Hi Stephan >> >>> >>> A big thanks for you're quick responses, just want to confirm you >>> received the below mail on: >>> >>> "Can you please send me you're list of tools you added to skeleton" >> http://wiki.sepiola.org/index.php/chroot_Environment >> >>> >>> You can give me access to wiki if you want, copied most of commands >>> to txt document while setting up client/server and also want to do >>> further testing tonight. >> Access data sent off list. >> >>> >>> Few things I got stuck on. >>> - .ssh directory does not get auto created on server or client if >>> it doesn't exist at install >> Yes, see http://wiki.sepiola.org/index.php/chroot_Environment >> You'll also need a empty authorized_keys below the .ssh directory. >> >>> - the config file needs some notes on where and how directories and >>> files work that need to be set(I'll try and help you with that) >> Please feel free to add this to the wiki. You could also file a bug >> report under: >> http://sourceforge.net/tracker/?group_id=236877&atid=1101334 >> >> If you add a bug report, we would appreciate the comments we should add. >> >>> - Is it possible to schedule more than one schedule and how? >> No, this is currently not possible. >> >> If you would lilke this feature, please add it to the Feature-Request >> tracker: >> http://sourceforge.net/tracker/?group_id=236877&atid=1101337 >> >> Kind regards, Michael >> >>> >>> Cheers >>> Stephan Buys >>> >>> -------- Original Message -------- >>> Subject: Re: [Sepiola-users] Sepiola Installation >>> Date: Thu, 31 Mar 2011 10:25:19 +0200 >>> From: Stephan Buys <ps...@gm...> >>> To: Michael Eichenberger <mic...@st...> >>> >>> >>> >>> That was my idea as well, using Jailkit. Can you please send me >>> you're list of tools you added to skeleton. There is quite a few. >>> >>> Thanks >>> >>> On 31/03/2011 10:21, Michael Eichenberger wrote: >>>> Hi Stephan >>>> >>>> We work with chroot environments (Change root). These chroots act >>>> like a jail. The users can not leave the chroot environments. The >>>> setup depends on your Linux distribution. Some distributions offer >>>> tools to setup a chroot. >>>> >>>> We created a skeleton and added the tools (like ls, chmod, ...) >>>> with the corresponding libraries. For each new user we just >>>> hardlink all the files an edit /etc/passwd and /etc/group. >>>> >>>> Regards, Michael >>>> >>>> On 31/03/11 10:13, Stephan Buys wrote: >>>>> Hi There >>>>> >>>>> Thanks for you're help will impliment and send details you some >>>>> other snags I ran into. What do you use to keep user backup files >>>>> isolated and unreadable from other backup ssh users? >>>>> >>>>> Thanks >>>>> Stephan >>>>> >>>>> On 31/03/2011 09:14, Michael Eichenberger wrote: >>>>>> Hello Stephan >>>>>> >>>>>> The scripts are fairly simple. In most cases, the only >>>>>> information taken out of the ldap directory can be extracted with >>>>>> the following commands (uid stands for the user name, gid for the >>>>>> group name): >>>>>> >>>>>> * getent passwd uid >>>>>> * getent passwd gid >>>>>> >>>>>> With these commands, you can check the users home directory and >>>>>> retrieve any other user related information. >>>>>> >>>>>> I would be happy to give you write access to the sepiola wiki, so >>>>>> that you can publish you own scripts. >>>>>> >>>>>> Kind regards, Michael >>>>>> >>>>>> >>>>>> On 31/03/11 00:25, Stephan Buys wrote: >>>>>>> Hey again, can you please let me know how server side scripts >>>>>>> can be adapted for local users rather than ldap. >>>>>>> >>>>>>> Thanks again >>>>>>> Stephan >>>>>>> >>>>>>> On 30/03/2011 12:17, Michael Eichenberger wrote: >>>>>>>> Hi Stephan >>>>>>>> >>>>>>>> We've updated the documentation on the wiki for the >>>>>>>> configuration of Sepiola (Linux): >>>>>>>> http://wiki.sepiola.org/index.php?n=Sepiola.InstallationLinux?lang=en >>>>>>>> >>>>>>>> Please make sure, that puttygen is installed on the server (see >>>>>>>> the requirements section): >>>>>>>> http://wiki.sepiola.org/index.php?n=Sepiola.HowToBackupServerSetUp?lang=en >>>>>>>> >>>>>>>> Kind regards, Michael >>>>>>>> >>>>>>>> On 30/03/11 00:56, Stephan Buys wrote: >>>>>>>>> Hi There, >>>>>>>>> >>>>>>>>> Got everyhting installed and configured to connect to my ssh >>>>>>>>> server, keys fingerprints etc. >>>>>>>>> >>>>>>>>> ssh from the command line works fine but user can't authenticate. >>>>>>>>> >>>>>>>>> What do I have to change in config for custom setup? >>>>>>>>> >>>>>>>>> Like what I see in screenshots wanna give it a try! >>>>>>>>> >>>>>>>>> Thanks >>>>>>>>> Stephan Buys >>>>>>>>> >>>>>>>>> Linux + Windows >>>>>>>>> >>>>>>>>> >>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>> Enable your software for Intel(R) Active Management Technology to meet the >>>>>>>>> growing manageability and security demands of your customers. Businesses >>>>>>>>> are taking advantage of Intel(R) vPro (TM) technology - will your software >>>>>>>>> be a part of the solution? Download the Intel(R) Manageability Checker >>>>>>>>> today!http://p.sf.net/sfu/intel-dev2devmar >>>>>>>>> >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> Sepiola-users mailing list >>>>>>>>> Sep...@li... >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/sepiola-users >>>>>>>> >>>>>>>> -- >>>>>>>> stepping stone GmbH >>>>>>>> Neufeldstrasse 9 >>>>>>>> CH-3012 Bern >>>>>>>> >>>>>>>> Telefon: +41 31 332 53 63 >>>>>>>> www.stepping-stone.ch >>>>>>>> mic...@st... >>>>>>> >>>>>> >>>>>> -- >>>>>> stepping stone GmbH >>>>>> Neufeldstrasse 9 >>>>>> CH-3012 Bern >>>>>> >>>>>> Telefon: +41 31 332 53 63 >>>>>> www.stepping-stone.ch >>>>>> mic...@st... >>>>> >>>> >>>> -- >>>> stepping stone GmbH >>>> Neufeldstrasse 9 >>>> CH-3012 Bern >>>> >>>> Telefon: +41 31 332 53 63 >>>> www.stepping-stone.ch >>>> mic...@st... >>> >> >> -- >> stepping stone GmbH >> Neufeldstrasse 9 >> CH-3012 Bern >> >> Telefon: +41 31 332 53 63 >> www.stepping-stone.ch >> mic...@st... > -- stepping stone GmbH Neufeldstrasse 9 CH-3012 Bern Telefon: +41 31 332 53 63 www.stepping-stone.ch mic...@st... |
|
From: Stephan B. <ps...@gm...> - 2011-03-31 20:58:18
|
Hi Michael, I am missing you're custom login-wrapper.sh script, can you please update or send. Thanks Stephan On 31/03/2011 16:44, Michael Eichenberger wrote: > Hi Stephan > >> >> A big thanks for you're quick responses, just want to confirm you >> received the below mail on: >> >> "Can you please send me you're list of tools you added to skeleton" > http://wiki.sepiola.org/index.php/chroot_Environment > >> >> You can give me access to wiki if you want, copied most of commands >> to txt document while setting up client/server and also want to do >> further testing tonight. > Access data sent off list. > >> >> Few things I got stuck on. >> - .ssh directory does not get auto created on server or client if it >> doesn't exist at install > Yes, see http://wiki.sepiola.org/index.php/chroot_Environment > You'll also need a empty authorized_keys below the .ssh directory. > >> - the config file needs some notes on where and how directories and >> files work that need to be set(I'll try and help you with that) > Please feel free to add this to the wiki. You could also file a bug > report under: > http://sourceforge.net/tracker/?group_id=236877&atid=1101334 > > If you add a bug report, we would appreciate the comments we should add. > >> - Is it possible to schedule more than one schedule and how? > No, this is currently not possible. > > If you would lilke this feature, please add it to the Feature-Request > tracker: > http://sourceforge.net/tracker/?group_id=236877&atid=1101337 > > Kind regards, Michael > >> >> Cheers >> Stephan Buys >> >> -------- Original Message -------- >> Subject: Re: [Sepiola-users] Sepiola Installation >> Date: Thu, 31 Mar 2011 10:25:19 +0200 >> From: Stephan Buys <ps...@gm...> >> To: Michael Eichenberger <mic...@st...> >> >> >> >> That was my idea as well, using Jailkit. Can you please send me >> you're list of tools you added to skeleton. There is quite a few. >> >> Thanks >> >> On 31/03/2011 10:21, Michael Eichenberger wrote: >>> Hi Stephan >>> >>> We work with chroot environments (Change root). These chroots act >>> like a jail. The users can not leave the chroot environments. The >>> setup depends on your Linux distribution. Some distributions offer >>> tools to setup a chroot. >>> >>> We created a skeleton and added the tools (like ls, chmod, ...) with >>> the corresponding libraries. For each new user we just hardlink all >>> the files an edit /etc/passwd and /etc/group. >>> >>> Regards, Michael >>> >>> On 31/03/11 10:13, Stephan Buys wrote: >>>> Hi There >>>> >>>> Thanks for you're help will impliment and send details you some >>>> other snags I ran into. What do you use to keep user backup files >>>> isolated and unreadable from other backup ssh users? >>>> >>>> Thanks >>>> Stephan >>>> >>>> On 31/03/2011 09:14, Michael Eichenberger wrote: >>>>> Hello Stephan >>>>> >>>>> The scripts are fairly simple. In most cases, the only information >>>>> taken out of the ldap directory can be extracted with the >>>>> following commands (uid stands for the user name, gid for the >>>>> group name): >>>>> >>>>> * getent passwd uid >>>>> * getent passwd gid >>>>> >>>>> With these commands, you can check the users home directory and >>>>> retrieve any other user related information. >>>>> >>>>> I would be happy to give you write access to the sepiola wiki, so >>>>> that you can publish you own scripts. >>>>> >>>>> Kind regards, Michael >>>>> >>>>> >>>>> On 31/03/11 00:25, Stephan Buys wrote: >>>>>> Hey again, can you please let me know how server side scripts can >>>>>> be adapted for local users rather than ldap. >>>>>> >>>>>> Thanks again >>>>>> Stephan >>>>>> >>>>>> On 30/03/2011 12:17, Michael Eichenberger wrote: >>>>>>> Hi Stephan >>>>>>> >>>>>>> We've updated the documentation on the wiki for the >>>>>>> configuration of Sepiola (Linux): >>>>>>> http://wiki.sepiola.org/index.php?n=Sepiola.InstallationLinux?lang=en >>>>>>> >>>>>>> Please make sure, that puttygen is installed on the server (see >>>>>>> the requirements section): >>>>>>> http://wiki.sepiola.org/index.php?n=Sepiola.HowToBackupServerSetUp?lang=en >>>>>>> >>>>>>> Kind regards, Michael >>>>>>> >>>>>>> On 30/03/11 00:56, Stephan Buys wrote: >>>>>>>> Hi There, >>>>>>>> >>>>>>>> Got everyhting installed and configured to connect to my ssh >>>>>>>> server, keys fingerprints etc. >>>>>>>> >>>>>>>> ssh from the command line works fine but user can't authenticate. >>>>>>>> >>>>>>>> What do I have to change in config for custom setup? >>>>>>>> >>>>>>>> Like what I see in screenshots wanna give it a try! >>>>>>>> >>>>>>>> Thanks >>>>>>>> Stephan Buys >>>>>>>> >>>>>>>> Linux + Windows >>>>>>>> >>>>>>>> >>>>>>>> ------------------------------------------------------------------------------ >>>>>>>> Enable your software for Intel(R) Active Management Technology to meet the >>>>>>>> growing manageability and security demands of your customers. Businesses >>>>>>>> are taking advantage of Intel(R) vPro (TM) technology - will your software >>>>>>>> be a part of the solution? Download the Intel(R) Manageability Checker >>>>>>>> today!http://p.sf.net/sfu/intel-dev2devmar >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Sepiola-users mailing list >>>>>>>> Sep...@li... >>>>>>>> https://lists.sourceforge.net/lists/listinfo/sepiola-users >>>>>>> >>>>>>> -- >>>>>>> stepping stone GmbH >>>>>>> Neufeldstrasse 9 >>>>>>> CH-3012 Bern >>>>>>> >>>>>>> Telefon: +41 31 332 53 63 >>>>>>> www.stepping-stone.ch >>>>>>> mic...@st... >>>>>> >>>>> >>>>> -- >>>>> stepping stone GmbH >>>>> Neufeldstrasse 9 >>>>> CH-3012 Bern >>>>> >>>>> Telefon: +41 31 332 53 63 >>>>> www.stepping-stone.ch >>>>> mic...@st... >>>> >>> >>> -- >>> stepping stone GmbH >>> Neufeldstrasse 9 >>> CH-3012 Bern >>> >>> Telefon: +41 31 332 53 63 >>> www.stepping-stone.ch >>> mic...@st... >> > > -- > stepping stone GmbH > Neufeldstrasse 9 > CH-3012 Bern > > Telefon: +41 31 332 53 63 > www.stepping-stone.ch > mic...@st... |
|
From: Michael E. <mic...@st...> - 2011-03-31 14:44:16
|
Hi Stephan > > A big thanks for you're quick responses, just want to confirm you > received the below mail on: > > "Can you please send me you're list of tools you added to skeleton" http://wiki.sepiola.org/index.php/chroot_Environment > > You can give me access to wiki if you want, copied most of commands to > txt document while setting up client/server and also want to do > further testing tonight. Access data sent off list. > > Few things I got stuck on. > - .ssh directory does not get auto created on server or client if it > doesn't exist at install Yes, see http://wiki.sepiola.org/index.php/chroot_Environment You'll also need a empty authorized_keys below the .ssh directory. > - the config file needs some notes on where and how directories and > files work that need to be set(I'll try and help you with that) Please feel free to add this to the wiki. You could also file a bug report under: http://sourceforge.net/tracker/?group_id=236877&atid=1101334 If you add a bug report, we would appreciate the comments we should add. > - Is it possible to schedule more than one schedule and how? No, this is currently not possible. If you would lilke this feature, please add it to the Feature-Request tracker: http://sourceforge.net/tracker/?group_id=236877&atid=1101337 Kind regards, Michael > > Cheers > Stephan Buys > > -------- Original Message -------- > Subject: Re: [Sepiola-users] Sepiola Installation > Date: Thu, 31 Mar 2011 10:25:19 +0200 > From: Stephan Buys <ps...@gm...> > To: Michael Eichenberger <mic...@st...> > > > > That was my idea as well, using Jailkit. Can you please send me you're > list of tools you added to skeleton. There is quite a few. > > Thanks > > On 31/03/2011 10:21, Michael Eichenberger wrote: >> Hi Stephan >> >> We work with chroot environments (Change root). These chroots act >> like a jail. The users can not leave the chroot environments. The >> setup depends on your Linux distribution. Some distributions offer >> tools to setup a chroot. >> >> We created a skeleton and added the tools (like ls, chmod, ...) with >> the corresponding libraries. For each new user we just hardlink all >> the files an edit /etc/passwd and /etc/group. >> >> Regards, Michael >> >> On 31/03/11 10:13, Stephan Buys wrote: >>> Hi There >>> >>> Thanks for you're help will impliment and send details you some >>> other snags I ran into. What do you use to keep user backup files >>> isolated and unreadable from other backup ssh users? >>> >>> Thanks >>> Stephan >>> >>> On 31/03/2011 09:14, Michael Eichenberger wrote: >>>> Hello Stephan >>>> >>>> The scripts are fairly simple. In most cases, the only information >>>> taken out of the ldap directory can be extracted with the following >>>> commands (uid stands for the user name, gid for the group name): >>>> >>>> * getent passwd uid >>>> * getent passwd gid >>>> >>>> With these commands, you can check the users home directory and >>>> retrieve any other user related information. >>>> >>>> I would be happy to give you write access to the sepiola wiki, so >>>> that you can publish you own scripts. >>>> >>>> Kind regards, Michael >>>> >>>> >>>> On 31/03/11 00:25, Stephan Buys wrote: >>>>> Hey again, can you please let me know how server side scripts can >>>>> be adapted for local users rather than ldap. >>>>> >>>>> Thanks again >>>>> Stephan >>>>> >>>>> On 30/03/2011 12:17, Michael Eichenberger wrote: >>>>>> Hi Stephan >>>>>> >>>>>> We've updated the documentation on the wiki for the configuration >>>>>> of Sepiola (Linux): >>>>>> http://wiki.sepiola.org/index.php?n=Sepiola.InstallationLinux?lang=en >>>>>> >>>>>> Please make sure, that puttygen is installed on the server (see >>>>>> the requirements section): >>>>>> http://wiki.sepiola.org/index.php?n=Sepiola.HowToBackupServerSetUp?lang=en >>>>>> >>>>>> Kind regards, Michael >>>>>> >>>>>> On 30/03/11 00:56, Stephan Buys wrote: >>>>>>> Hi There, >>>>>>> >>>>>>> Got everyhting installed and configured to connect to my ssh >>>>>>> server, keys fingerprints etc. >>>>>>> >>>>>>> ssh from the command line works fine but user can't authenticate. >>>>>>> >>>>>>> What do I have to change in config for custom setup? >>>>>>> >>>>>>> Like what I see in screenshots wanna give it a try! >>>>>>> >>>>>>> Thanks >>>>>>> Stephan Buys >>>>>>> >>>>>>> Linux + Windows >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Enable your software for Intel(R) Active Management Technology to meet the >>>>>>> growing manageability and security demands of your customers. Businesses >>>>>>> are taking advantage of Intel(R) vPro (TM) technology - will your software >>>>>>> be a part of the solution? Download the Intel(R) Manageability Checker >>>>>>> today!http://p.sf.net/sfu/intel-dev2devmar >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Sepiola-users mailing list >>>>>>> Sep...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/sepiola-users >>>>>> >>>>>> -- >>>>>> stepping stone GmbH >>>>>> Neufeldstrasse 9 >>>>>> CH-3012 Bern >>>>>> >>>>>> Telefon: +41 31 332 53 63 >>>>>> www.stepping-stone.ch >>>>>> mic...@st... >>>>> >>>> >>>> -- >>>> stepping stone GmbH >>>> Neufeldstrasse 9 >>>> CH-3012 Bern >>>> >>>> Telefon: +41 31 332 53 63 >>>> www.stepping-stone.ch >>>> mic...@st... >>> >> >> -- >> stepping stone GmbH >> Neufeldstrasse 9 >> CH-3012 Bern >> >> Telefon: +41 31 332 53 63 >> www.stepping-stone.ch >> mic...@st... > -- stepping stone GmbH Neufeldstrasse 9 CH-3012 Bern Telefon: +41 31 332 53 63 www.stepping-stone.ch mic...@st... |
|
From: Stephan B. <ps...@gm...> - 2011-03-31 14:18:36
|
Hi there, A big thanks for you're quick responses, just want to confirm you received the below mail on: "Can you please send me you're list of tools you added to skeleton" You can give me access to wiki if you want, copied most of commands to txt document while setting up client/server and also want to do further testing tonight. Few things I got stuck on. - .ssh directory does not get auto created on server or client if it doesn't exist at install - the config file needs some notes on where and how directories and files work that need to be set(I'll try and help you with that) - Is it possible to schedule more than one schedule and how? Cheers Stephan Buys -------- Original Message -------- Subject: Re: [Sepiola-users] Sepiola Installation Date: Thu, 31 Mar 2011 10:25:19 +0200 From: Stephan Buys <ps...@gm...> To: Michael Eichenberger <mic...@st...> That was my idea as well, using Jailkit. Can you please send me you're list of tools you added to skeleton. There is quite a few. Thanks On 31/03/2011 10:21, Michael Eichenberger wrote: > Hi Stephan > > We work with chroot environments (Change root). These chroots act like > a jail. The users can not leave the chroot environments. The setup > depends on your Linux distribution. Some distributions offer tools to > setup a chroot. > > We created a skeleton and added the tools (like ls, chmod, ...) with > the corresponding libraries. For each new user we just hardlink all > the files an edit /etc/passwd and /etc/group. > > Regards, Michael > > On 31/03/11 10:13, Stephan Buys wrote: >> Hi There >> >> Thanks for you're help will impliment and send details you some other >> snags I ran into. What do you use to keep user backup files isolated >> and unreadable from other backup ssh users? >> >> Thanks >> Stephan >> >> On 31/03/2011 09:14, Michael Eichenberger wrote: >>> Hello Stephan >>> >>> The scripts are fairly simple. In most cases, the only information >>> taken out of the ldap directory can be extracted with the following >>> commands (uid stands for the user name, gid for the group name): >>> >>> * getent passwd uid >>> * getent passwd gid >>> >>> With these commands, you can check the users home directory and >>> retrieve any other user related information. >>> >>> I would be happy to give you write access to the sepiola wiki, so >>> that you can publish you own scripts. >>> >>> Kind regards, Michael >>> >>> >>> On 31/03/11 00:25, Stephan Buys wrote: >>>> Hey again, can you please let me know how server side scripts can >>>> be adapted for local users rather than ldap. >>>> >>>> Thanks again >>>> Stephan >>>> >>>> On 30/03/2011 12:17, Michael Eichenberger wrote: >>>>> Hi Stephan >>>>> >>>>> We've updated the documentation on the wiki for the configuration >>>>> of Sepiola (Linux): >>>>> http://wiki.sepiola.org/index.php?n=Sepiola.InstallationLinux?lang=en >>>>> >>>>> Please make sure, that puttygen is installed on the server (see >>>>> the requirements section): >>>>> http://wiki.sepiola.org/index.php?n=Sepiola.HowToBackupServerSetUp?lang=en >>>>> >>>>> Kind regards, Michael >>>>> >>>>> On 30/03/11 00:56, Stephan Buys wrote: >>>>>> Hi There, >>>>>> >>>>>> Got everyhting installed and configured to connect to my ssh >>>>>> server, keys fingerprints etc. >>>>>> >>>>>> ssh from the command line works fine but user can't authenticate. >>>>>> >>>>>> What do I have to change in config for custom setup? >>>>>> >>>>>> Like what I see in screenshots wanna give it a try! >>>>>> >>>>>> Thanks >>>>>> Stephan Buys >>>>>> >>>>>> Linux + Windows >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Enable your software for Intel(R) Active Management Technology to meet the >>>>>> growing manageability and security demands of your customers. Businesses >>>>>> are taking advantage of Intel(R) vPro (TM) technology - will your software >>>>>> be a part of the solution? Download the Intel(R) Manageability Checker >>>>>> today!http://p.sf.net/sfu/intel-dev2devmar >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Sepiola-users mailing list >>>>>> Sep...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/sepiola-users >>>>> >>>>> -- >>>>> stepping stone GmbH >>>>> Neufeldstrasse 9 >>>>> CH-3012 Bern >>>>> >>>>> Telefon: +41 31 332 53 63 >>>>> www.stepping-stone.ch >>>>> mic...@st... >>>> >>> >>> -- >>> stepping stone GmbH >>> Neufeldstrasse 9 >>> CH-3012 Bern >>> >>> Telefon: +41 31 332 53 63 >>> www.stepping-stone.ch >>> mic...@st... >> > > -- > stepping stone GmbH > Neufeldstrasse 9 > CH-3012 Bern > > Telefon: +41 31 332 53 63 > www.stepping-stone.ch > mic...@st... |
|
From: Michael E. <mic...@st...> - 2011-03-31 12:21:41
|
Dear Users We've just migrated the Sepiola wiki from PmWiki to MediaWiki. Due to this change, previously mentioned links will not work anymore. If somebody needs write access, please feel free to ask. Kind regards, Michael -- stepping stone GmbH Neufeldstrasse 9 CH-3012 Bern Telefon: +41 31 332 53 63 www.stepping-stone.ch mic...@st... |
|
From: Michael E. <mic...@st...> - 2011-03-31 08:21:33
|
Hi Stephan We work with chroot environments (Change root). These chroots act like a jail. The users can not leave the chroot environments. The setup depends on your Linux distribution. Some distributions offer tools to setup a chroot. We created a skeleton and added the tools (like ls, chmod, ...) with the corresponding libraries. For each new user we just hardlink all the files an edit /etc/passwd and /etc/group. Regards, Michael On 31/03/11 10:13, Stephan Buys wrote: > Hi There > > Thanks for you're help will impliment and send details you some other > snags I ran into. What do you use to keep user backup files isolated > and unreadable from other backup ssh users? > > Thanks > Stephan > > On 31/03/2011 09:14, Michael Eichenberger wrote: >> Hello Stephan >> >> The scripts are fairly simple. In most cases, the only information >> taken out of the ldap directory can be extracted with the following >> commands (uid stands for the user name, gid for the group name): >> >> * getent passwd uid >> * getent passwd gid >> >> With these commands, you can check the users home directory and >> retrieve any other user related information. >> >> I would be happy to give you write access to the sepiola wiki, so >> that you can publish you own scripts. >> >> Kind regards, Michael >> >> >> On 31/03/11 00:25, Stephan Buys wrote: >>> Hey again, can you please let me know how server side scripts can be >>> adapted for local users rather than ldap. >>> >>> Thanks again >>> Stephan >>> >>> On 30/03/2011 12:17, Michael Eichenberger wrote: >>>> Hi Stephan >>>> >>>> We've updated the documentation on the wiki for the configuration >>>> of Sepiola (Linux): >>>> http://wiki.sepiola.org/index.php?n=Sepiola.InstallationLinux?lang=en >>>> >>>> Please make sure, that puttygen is installed on the server (see the >>>> requirements section): >>>> http://wiki.sepiola.org/index.php?n=Sepiola.HowToBackupServerSetUp?lang=en >>>> >>>> Kind regards, Michael >>>> >>>> On 30/03/11 00:56, Stephan Buys wrote: >>>>> Hi There, >>>>> >>>>> Got everyhting installed and configured to connect to my ssh >>>>> server, keys fingerprints etc. >>>>> >>>>> ssh from the command line works fine but user can't authenticate. >>>>> >>>>> What do I have to change in config for custom setup? >>>>> >>>>> Like what I see in screenshots wanna give it a try! >>>>> >>>>> Thanks >>>>> Stephan Buys >>>>> >>>>> Linux + Windows >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Enable your software for Intel(R) Active Management Technology to meet the >>>>> growing manageability and security demands of your customers. Businesses >>>>> are taking advantage of Intel(R) vPro (TM) technology - will your software >>>>> be a part of the solution? Download the Intel(R) Manageability Checker >>>>> today!http://p.sf.net/sfu/intel-dev2devmar >>>>> >>>>> >>>>> _______________________________________________ >>>>> Sepiola-users mailing list >>>>> Sep...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/sepiola-users >>>> >>>> -- >>>> stepping stone GmbH >>>> Neufeldstrasse 9 >>>> CH-3012 Bern >>>> >>>> Telefon: +41 31 332 53 63 >>>> www.stepping-stone.ch >>>> mic...@st... >>> >> >> -- >> stepping stone GmbH >> Neufeldstrasse 9 >> CH-3012 Bern >> >> Telefon: +41 31 332 53 63 >> www.stepping-stone.ch >> mic...@st... > -- stepping stone GmbH Neufeldstrasse 9 CH-3012 Bern Telefon: +41 31 332 53 63 www.stepping-stone.ch mic...@st... |
|
From: Stephan B. <ps...@gm...> - 2011-03-31 08:14:10
|
Hi There Thanks for you're help will impliment and send details you some other snags I ran into. What do you use to keep user backup files isolated and unreadable from other backup ssh users? Thanks Stephan On 31/03/2011 09:14, Michael Eichenberger wrote: > Hello Stephan > > The scripts are fairly simple. In most cases, the only information > taken out of the ldap directory can be extracted with the following > commands (uid stands for the user name, gid for the group name): > > * getent passwd uid > * getent passwd gid > > With these commands, you can check the users home directory and > retrieve any other user related information. > > I would be happy to give you write access to the sepiola wiki, so that > you can publish you own scripts. > > Kind regards, Michael > > > On 31/03/11 00:25, Stephan Buys wrote: >> Hey again, can you please let me know how server side scripts can be >> adapted for local users rather than ldap. >> >> Thanks again >> Stephan >> >> On 30/03/2011 12:17, Michael Eichenberger wrote: >>> Hi Stephan >>> >>> We've updated the documentation on the wiki for the configuration of >>> Sepiola (Linux): >>> http://wiki.sepiola.org/index.php?n=Sepiola.InstallationLinux?lang=en >>> >>> Please make sure, that puttygen is installed on the server (see the >>> requirements section): >>> http://wiki.sepiola.org/index.php?n=Sepiola.HowToBackupServerSetUp?lang=en >>> >>> Kind regards, Michael >>> >>> On 30/03/11 00:56, Stephan Buys wrote: >>>> Hi There, >>>> >>>> Got everyhting installed and configured to connect to my ssh >>>> server, keys fingerprints etc. >>>> >>>> ssh from the command line works fine but user can't authenticate. >>>> >>>> What do I have to change in config for custom setup? >>>> >>>> Like what I see in screenshots wanna give it a try! >>>> >>>> Thanks >>>> Stephan Buys >>>> >>>> Linux + Windows >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Enable your software for Intel(R) Active Management Technology to meet the >>>> growing manageability and security demands of your customers. Businesses >>>> are taking advantage of Intel(R) vPro (TM) technology - will your software >>>> be a part of the solution? Download the Intel(R) Manageability Checker >>>> today!http://p.sf.net/sfu/intel-dev2devmar >>>> >>>> >>>> _______________________________________________ >>>> Sepiola-users mailing list >>>> Sep...@li... >>>> https://lists.sourceforge.net/lists/listinfo/sepiola-users >>> >>> -- >>> stepping stone GmbH >>> Neufeldstrasse 9 >>> CH-3012 Bern >>> >>> Telefon: +41 31 332 53 63 >>> www.stepping-stone.ch >>> mic...@st... >> > > -- > stepping stone GmbH > Neufeldstrasse 9 > CH-3012 Bern > > Telefon: +41 31 332 53 63 > www.stepping-stone.ch > mic...@st... |
|
From: Michael E. <mic...@st...> - 2011-03-31 07:14:39
|
Hello Stephan
The scripts are fairly simple. In most cases, the only information taken
out of the ldap directory can be extracted with the following commands
(uid stands for the user name, gid for the group name):
* getent passwd uid
* getent passwd gid
With these commands, you can check the users home directory and retrieve
any other user related information.
I would be happy to give you write access to the sepiola wiki, so that
you can publish you own scripts.
Kind regards, Michael
On 31/03/11 00:25, Stephan Buys wrote:
> Hey again, can you please let me know how server side scripts can be
> adapted for local users rather than ldap.
>
> Thanks again
> Stephan
>
> On 30/03/2011 12:17, Michael Eichenberger wrote:
>> Hi Stephan
>>
>> We've updated the documentation on the wiki for the configuration of
>> Sepiola (Linux):
>> http://wiki.sepiola.org/index.php?n=Sepiola.InstallationLinux?lang=en
>>
>> Please make sure, that puttygen is installed on the server (see the
>> requirements section):
>> http://wiki.sepiola.org/index.php?n=Sepiola.HowToBackupServerSetUp?lang=en
>>
>> Kind regards, Michael
>>
>> On 30/03/11 00:56, Stephan Buys wrote:
>>> Hi There,
>>>
>>> Got everyhting installed and configured to connect to my ssh server,
>>> keys fingerprints etc.
>>>
>>> ssh from the command line works fine but user can't authenticate.
>>>
>>> What do I have to change in config for custom setup?
>>>
>>> Like what I see in screenshots wanna give it a try!
>>>
>>> Thanks
>>> Stephan Buys
>>>
>>> Linux + Windows
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Enable your software for Intel(R) Active Management Technology to meet the
>>> growing manageability and security demands of your customers. Businesses
>>> are taking advantage of Intel(R) vPro (TM) technology - will your software
>>> be a part of the solution? Download the Intel(R) Manageability Checker
>>> today!http://p.sf.net/sfu/intel-dev2devmar
>>>
>>>
>>> _______________________________________________
>>> Sepiola-users mailing list
>>> Sep...@li...
>>> https://lists.sourceforge.net/lists/listinfo/sepiola-users
>>
>> --
>> stepping stone GmbH
>> Neufeldstrasse 9
>> CH-3012 Bern
>>
>> Telefon: +41 31 332 53 63
>> www.stepping-stone.ch
>> mic...@st...
>
--
stepping stone GmbH
Neufeldstrasse 9
CH-3012 Bern
Telefon: +41 31 332 53 63
www.stepping-stone.ch
mic...@st...
|
|
From: Michael E. <mic...@st...> - 2011-03-31 07:10:05
|
Hi Stephan The script /bin/getQuota was added to the wiki. Direct link: http://wiki.sepiola.org/index.php?n=Sepiola.GetQuota Server how to: http://wiki.sepiola.org/index.php?n=Sepiola.HowToBackupServerSetUp Regards, Michael On 30/03/11 23:07, Stephan Buys wrote: > Hi Micheal, > > Really appreciate the work you did, app looks very nice. Can you > please send me the contents of you're /bin/getQuota? > > Thanks > Stephan > > On 30/03/2011 12:17, Michael Eichenberger wrote: >> Hi Stephan >> >> We've updated the documentation on the wiki for the configuration of >> Sepiola (Linux): >> http://wiki.sepiola.org/index.php?n=Sepiola.InstallationLinux?lang=en >> >> Please make sure, that puttygen is installed on the server (see the >> requirements section): >> http://wiki.sepiola.org/index.php?n=Sepiola.HowToBackupServerSetUp?lang=en >> >> Kind regards, Michael >> >> On 30/03/11 00:56, Stephan Buys wrote: >>> Hi There, >>> >>> Got everyhting installed and configured to connect to my ssh server, >>> keys fingerprints etc. >>> >>> ssh from the command line works fine but user can't authenticate. >>> >>> What do I have to change in config for custom setup? >>> >>> Like what I see in screenshots wanna give it a try! >>> >>> Thanks >>> Stephan Buys >>> >>> Linux + Windows >>> >>> >>> ------------------------------------------------------------------------------ >>> Enable your software for Intel(R) Active Management Technology to meet the >>> growing manageability and security demands of your customers. Businesses >>> are taking advantage of Intel(R) vPro (TM) technology - will your software >>> be a part of the solution? Download the Intel(R) Manageability Checker >>> today!http://p.sf.net/sfu/intel-dev2devmar >>> >>> >>> _______________________________________________ >>> Sepiola-users mailing list >>> Sep...@li... >>> https://lists.sourceforge.net/lists/listinfo/sepiola-users >> >> -- >> stepping stone GmbH >> Neufeldstrasse 9 >> CH-3012 Bern >> >> Telefon: +41 31 332 53 63 >> www.stepping-stone.ch >> mic...@st... > -- stepping stone GmbH Neufeldstrasse 9 CH-3012 Bern Telefon: +41 31 332 53 63 www.stepping-stone.ch mic...@st... |
|
From: Stephan B. <ps...@gm...> - 2011-03-30 22:25:18
|
Hey again, can you please let me know how server side scripts can be adapted for local users rather than ldap. Thanks again Stephan On 30/03/2011 12:17, Michael Eichenberger wrote: > Hi Stephan > > We've updated the documentation on the wiki for the configuration of > Sepiola (Linux): > http://wiki.sepiola.org/index.php?n=Sepiola.InstallationLinux?lang=en > > Please make sure, that puttygen is installed on the server (see the > requirements section): > http://wiki.sepiola.org/index.php?n=Sepiola.HowToBackupServerSetUp?lang=en > > Kind regards, Michael > > On 30/03/11 00:56, Stephan Buys wrote: >> Hi There, >> >> Got everyhting installed and configured to connect to my ssh server, >> keys fingerprints etc. >> >> ssh from the command line works fine but user can't authenticate. >> >> What do I have to change in config for custom setup? >> >> Like what I see in screenshots wanna give it a try! >> >> Thanks >> Stephan Buys >> >> Linux + Windows >> >> >> ------------------------------------------------------------------------------ >> Enable your software for Intel(R) Active Management Technology to meet the >> growing manageability and security demands of your customers. Businesses >> are taking advantage of Intel(R) vPro (TM) technology - will your software >> be a part of the solution? Download the Intel(R) Manageability Checker >> today!http://p.sf.net/sfu/intel-dev2devmar >> >> >> _______________________________________________ >> Sepiola-users mailing list >> Sep...@li... >> https://lists.sourceforge.net/lists/listinfo/sepiola-users > > -- > stepping stone GmbH > Neufeldstrasse 9 > CH-3012 Bern > > Telefon: +41 31 332 53 63 > www.stepping-stone.ch > mic...@st... |
|
From: Stephan B. <ps...@gm...> - 2011-03-30 21:07:50
|
Hi Micheal, Really appreciate the work you did, app looks very nice. Can you please send me the contents of you're /bin/getQuota? Thanks Stephan On 30/03/2011 12:17, Michael Eichenberger wrote: > Hi Stephan > > We've updated the documentation on the wiki for the configuration of > Sepiola (Linux): > http://wiki.sepiola.org/index.php?n=Sepiola.InstallationLinux?lang=en > > Please make sure, that puttygen is installed on the server (see the > requirements section): > http://wiki.sepiola.org/index.php?n=Sepiola.HowToBackupServerSetUp?lang=en > > Kind regards, Michael > > On 30/03/11 00:56, Stephan Buys wrote: >> Hi There, >> >> Got everyhting installed and configured to connect to my ssh server, >> keys fingerprints etc. >> >> ssh from the command line works fine but user can't authenticate. >> >> What do I have to change in config for custom setup? >> >> Like what I see in screenshots wanna give it a try! >> >> Thanks >> Stephan Buys >> >> Linux + Windows >> >> >> ------------------------------------------------------------------------------ >> Enable your software for Intel(R) Active Management Technology to meet the >> growing manageability and security demands of your customers. Businesses >> are taking advantage of Intel(R) vPro (TM) technology - will your software >> be a part of the solution? Download the Intel(R) Manageability Checker >> today!http://p.sf.net/sfu/intel-dev2devmar >> >> >> _______________________________________________ >> Sepiola-users mailing list >> Sep...@li... >> https://lists.sourceforge.net/lists/listinfo/sepiola-users > > -- > stepping stone GmbH > Neufeldstrasse 9 > CH-3012 Bern > > Telefon: +41 31 332 53 63 > www.stepping-stone.ch > mic...@st... |
|
From: Michael E. <mic...@st...> - 2011-03-30 10:43:01
|
Hi Stephan We've updated the documentation on the wiki for the configuration of Sepiola (Linux): http://wiki.sepiola.org/index.php?n=Sepiola.InstallationLinux?lang=en Please make sure, that puttygen is installed on the server (see the requirements section): http://wiki.sepiola.org/index.php?n=Sepiola.HowToBackupServerSetUp?lang=en Kind regards, Michael On 30/03/11 00:56, Stephan Buys wrote: > Hi There, > > Got everyhting installed and configured to connect to my ssh server, > keys fingerprints etc. > > ssh from the command line works fine but user can't authenticate. > > What do I have to change in config for custom setup? > > Like what I see in screenshots wanna give it a try! > > Thanks > Stephan Buys > > Linux + Windows > > > ------------------------------------------------------------------------------ > Enable your software for Intel(R) Active Management Technology to meet the > growing manageability and security demands of your customers. Businesses > are taking advantage of Intel(R) vPro (TM) technology - will your software > be a part of the solution? Download the Intel(R) Manageability Checker > today! http://p.sf.net/sfu/intel-dev2devmar > > > _______________________________________________ > Sepiola-users mailing list > Sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepiola-users -- stepping stone GmbH Neufeldstrasse 9 CH-3012 Bern Telefon: +41 31 332 53 63 www.stepping-stone.ch mic...@st... |
|
From: Stephan B. <ps...@gm...> - 2011-03-29 22:56:29
|
Hi There, Got everyhting installed and configured to connect to my ssh server, keys fingerprints etc. ssh from the command line works fine but user can't authenticate. What do I have to change in config for custom setup? Like what I see in screenshots wanna give it a try! Thanks Stephan Buys Linux + Windows |
|
From: Michael E. <mic...@st...> - 2010-12-31 11:23:06
|
Sepiola Online Backup Client 2.0.0 released.
We are pleased to announce the release of version 2.0.0 of the Sepiola
Online Backup Client ("Sepiola"). This release is suitable for
productive usage. Sepiola Online Backup Client 2.0.0 is available for
download from:
http://www.sepiola.org/en/download/
Known issues:
https://sourceforge.net/tracker/?group_id=236877&atid=1101334
Kind regards and a happy new year!
--
stepping stone GmbH
Neufeldstrasse 9
CH-3012 Bern
Telefon: +41 31 332 53 63
www.stepping-stone.ch
mic...@st...
|
|
From: Michael E. <mic...@st...> - 2010-04-15 08:55:39
|
Hello Carlos Due to incompatibilities between the openssh keys and windows, the keys are generated with puttygen on the linux server. This meens, you need to install putty on your linux server. For your information: The current Sepiola version does not run on Windows 7. Kind regards, Michael Carlos Sotelo Jr wrote: > Hi, > I pretend to use the client to connect from Windows to my Linux servers. > > I always receive login error. > > The logfile show this: > > 14.04.10 01:04:14 Application started > 14.04.10 01:04:18 Establishing connection ... > > 14.04.10 01:04:18 Validating server's fingerprint ... > > 14.04.10 01:04:18 Started: C:/Program Files/sepiola > 1.9.2/bin/plink.exe cs...@bz... <mailto:cs...@bz...> > sh -c ":" > > 14.04.10 01:04:18 C:/Program Files/sepiola 1.9.2/bin/plink.exe started > successfully. > > 14.04.10 01:04:20 Server's fingerprint is correct. > > 14.04.10 01:04:24 Log in ... > > 14.04.10 01:04:24 Started: C:/Program Files/sepiola > 1.9.2/bin/plink.exe cs...@bz... <mailto:cs...@bz...> > sh -c 'echo LoggedIn;puttygen -q -t dsa -b 1024 -o > .ssh/key.private-putty;puttygen .ssh/key.private-putty -o > .ssh/key.public-openssh -O public-openssh;puttygen > .ssh/key.private-putty -o .ssh/key.private-openssh -O > private-openssh;cat .ssh/key.public-openssh >> > .ssh/authorized_keys;echo StartPrivateKey;cat > .ssh/key.private-putty;echo EndPrivateKey;echo > StartPrivateOpenSshKey;cat .ssh/key.private-openssh;echo > EndPrivateOpenSshKey;rm .ssh/key.private-putty;rm > .ssh/key.private-openssh;rm .ssh/key.public-openssh' > > 14.04.10 01:04:24 C:/Program Files/sepiola 1.9.2/bin/plink.exe started > successfully. > > 14.04.10 01:04:27 Login failed. > > 14.04.10 01:05:02 Application closed > > > The password is OK, the .ssh directory to. If I remove de autorized > keys file, when the program starts it recreates it. > > > This looks strange to me: > > > puttygen -q -t dsa -b 1024 -o .ssh/key.private-putty > > > In a linux shell? > > > > thanks. > > > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > ------------------------------------------------------------------------ > > _______________________________________________ > Sepiola-users mailing list > Sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepiola-users > -- stepping stone GmbH Neufeldstrasse 9 CH-3012 Bern Telefon: +41 31 332 53 63 www.stepping-stone.ch mic...@st... |
|
From: Carlos S. Jr <car...@gm...> - 2010-04-14 05:02:31
|
Hi, I pretend to use the client to connect from Windows to my Linux servers. I always receive login error. The logfile show this: 14.04.10 01:04:14 Application started 14.04.10 01:04:18 Establishing connection ... 14.04.10 01:04:18 Validating server's fingerprint ... 14.04.10 01:04:18 Started: C:/Program Files/sepiola 1.9.2/bin/plink.exe cs...@bz... sh -c ":" 14.04.10 01:04:18 C:/Program Files/sepiola 1.9.2/bin/plink.exe started successfully. 14.04.10 01:04:20 Server's fingerprint is correct. 14.04.10 01:04:24 Log in ... 14.04.10 01:04:24 Started: C:/Program Files/sepiola 1.9.2/bin/plink.exe cs...@bz... sh -c 'echo LoggedIn;puttygen -q -t dsa -b 1024 -o .ssh/key.private-putty;puttygen .ssh/key.private-putty -o .ssh/key.public-openssh -O public-openssh;puttygen .ssh/key.private-putty -o .ssh/key.private-openssh -O private-openssh;cat .ssh/key.public-openssh >> .ssh/authorized_keys;echo StartPrivateKey;cat .ssh/key.private-putty;echo EndPrivateKey;echo StartPrivateOpenSshKey;cat .ssh/key.private-openssh;echo EndPrivateOpenSshKey;rm .ssh/key.private-putty;rm .ssh/key.private-openssh;rm .ssh/key.public-openssh' 14.04.10 01:04:24 C:/Program Files/sepiola 1.9.2/bin/plink.exe started successfully. 14.04.10 01:04:27 Login failed. 14.04.10 01:05:02 Application closed The password is OK, the .ssh directory to. If I remove de autorized keys file, when the program starts it recreates it. This looks strange to me: puttygen -q -t dsa -b 1024 -o .ssh/key.private-putty In a linux shell? thanks. |
|
From: Michael E. <mic...@st...> - 2010-01-28 12:59:27
|
Sepiola Online Backup Client 1.9.0 beta released
We are pleased to announce the release of beta version 1.9.0 of the
Sepiola Online Backup Client ("Sepiola"). This beta release is not
suitable for productive usage.
Sepiola Online Backup Client 1.9.0 is available for download from:
http://www.sepiola.org/en/download/
Notes:
Currently there is no Windows Beta. We will change this as quickly as
possible.
Known issues:
https://sourceforge.net/tracker/?group_id=236877&atid=1101334
--
stepping stone GmbH
Neufeldstrasse 9
CH-3012 Bern
Telefon: +41 31 332 53 63
www.stepping-stone.ch
mic...@st...
|