Source Update
This commit is contained in:
		@@ -20,6 +20,9 @@ wx-ssh-sign(){
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
wx-ssh-sign-create(){
 | 
			
		||||
    mkdir -p $HOME/.ssh/keys
 | 
			
		||||
    chmod 600 $HOME/.ssh/keys
 | 
			
		||||
 | 
			
		||||
    NAME=$1
 | 
			
		||||
    ROLE=$2
 | 
			
		||||
    PRINCIPALS=$2
 | 
			
		||||
@@ -27,7 +30,6 @@ wx-ssh-sign-create(){
 | 
			
		||||
 | 
			
		||||
    if [[ ! -f "$HOME/.ssh/keys/$NAME-ed25519" ]]
 | 
			
		||||
    then
 | 
			
		||||
        mkdir -p $HOME/.ssh/keys
 | 
			
		||||
        ssh-keygen -t ed25519 -f $HOME/.ssh/keys/$NAME-ed25519 -q -N "" &> /dev/null
 | 
			
		||||
    fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user