Skip to content
Snippets Groups Projects
Commit 118a4a6f authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Add snk alias

parent f1573a73
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ alias lsa='ls -AF' ...@@ -31,6 +31,7 @@ alias lsa='ls -AF'
alias llt='ls -hlFtr' alias llt='ls -hlFtr'
alias lat='ls -hlAFtr' alias lat='ls -hlAFtr'
alias s='ssh' alias s='ssh'
alias snk='ssh -o StrictHostKeyChecking=no'
alias slapcat='slapcat -o ldif-wrap=no' alias slapcat='slapcat -o ldif-wrap=no'
alias ldapsearch='ldapsearch -o ldif-wrap=no' alias ldapsearch='ldapsearch -o ldif-wrap=no'
alias ldapimodify='ldapmodify -Y EXTERNAL -H ldapi://' alias ldapimodify='ldapmodify -Y EXTERNAL -H ldapi://'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment