mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
Add oidentd.conf replying with uid.
and add it to install scripts. It can't be used for logging in unlike username and it's dynamic and shouldn't be too long for servers.
This commit is contained in:
parent
bc841f2491
commit
cb91c632e3
@ -3,6 +3,7 @@
|
|||||||
cat .bash_aliases.MKAYSIGREP > ~/.bash_aliases
|
cat .bash_aliases.MKAYSIGREP > ~/.bash_aliases
|
||||||
cat .zsh_aliases.MKAYSIGREP > ~/.zsh_aliases
|
cat .zsh_aliases.MKAYSIGREP > ~/.zsh_aliases
|
||||||
cat .gitconfig.MKAYSIGREP > ~/.gitconfig
|
cat .gitconfig.MKAYSIGREP > ~/.gitconfig
|
||||||
|
cat oidentd.conf > ~/.oidentd.conf
|
||||||
mkdir -p ~/.gnupg
|
mkdir -p ~/.gnupg
|
||||||
cat sks-keyservers.netCA.pem > ~/.gnupg/sks-keyservers.netCA.pem
|
cat sks-keyservers.netCA.pem > ~/.gnupg/sks-keyservers.netCA.pem
|
||||||
cat .gpg.conf.MKAYSIGREP > ~/.gnupg/gpg.conf
|
cat .gpg.conf.MKAYSIGREP > ~/.gnupg/gpg.conf
|
||||||
|
@ -5,6 +5,7 @@ cat tmux.conf > ~/.tmux.conf
|
|||||||
cat zshrc > ~/.zshrc
|
cat zshrc > ~/.zshrc
|
||||||
cat gitconfig > ~/.gitconfig
|
cat gitconfig > ~/.gitconfig
|
||||||
cat vimrc > ~/.vimrc
|
cat vimrc > ~/.vimrc
|
||||||
|
cat oidentd.conf > ~/.oidentd.conf
|
||||||
mkdir -p ~/.gnupg
|
mkdir -p ~/.gnupg
|
||||||
cat gpg.conf > ~/.gnupg/gpg.conf
|
cat gpg.conf > ~/.gnupg/gpg.conf
|
||||||
cat gpg-agent.conf > ~/.gnupg/gpg-agent.conf
|
cat gpg-agent.conf > ~/.gnupg/gpg-agent.conf
|
||||||
|
1
oidentd.conf
Normal file
1
oidentd.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
global { numeric }
|
Loading…
Reference in New Issue
Block a user