Page 31 of 38

Re: Linux PowerPC Server Software

Posted: Sat Mar 19, 2022 6:31 pm
by xeno74
Creating an own Samba DC TLS certificate:

Image

Re: Linux PowerPC Server Software

Posted: Sun Mar 27, 2022 6:58 pm
by xeno74
Simple Samba server with tdbsam with connection to an AD via SSSD (Creating of users with smbpasswd -a):

Image

Re: Linux PowerPC Server Software

Posted: Thu Mar 31, 2022 4:01 pm
by xeno74
NFSd (NFS server) v4 with v3 support:

Image

Re: Linux PowerPC Server Software

Posted: Sat Apr 09, 2022 5:01 pm
by xeno74
File system replication of group policies (gpo) with rsync for Samba:

Image

Re: Linux PowerPC Server Software

Posted: Sun Apr 10, 2022 5:19 pm
by xeno74
File system replication of group policies (gpo) with rsync/cron for Samba part2:

Image

Re: Linux PowerPC Server Software

Posted: Sun Apr 24, 2022 5:58 pm
by xeno74
Samba user and passwords:

Image

Re: Linux PowerPC Server Software

Posted: Sun May 01, 2022 5:05 pm
by xeno74
Changing the hashed password in the sam.ldb:

Image

Re: Linux PowerPC Server Software

Posted: Mon May 30, 2022 2:07 pm
by xeno74
Allow SSH agent forwarding:

Image

Re: Linux PowerPC Server Software

Posted: Thu Jun 02, 2022 6:08 am
by xeno74
Figuring out which keys belong together.

Code: Select all

ssh-keygen -l -E md5 -f key.pub

Code: Select all

ssh-keygen -l -E md5 -f key.private
The fingerprints have to be the same.

-f keyfile

-l Show fingerprint

Re: Linux PowerPC Server Software

Posted: Sun Jun 05, 2022 5:11 pm
by xeno74
Creating an SSL certificate:

Image