Code Update
This commit is contained in:
		@@ -1,6 +1,9 @@
 | 
			
		||||
wx-ssh(){
 | 
			
		||||
    wx-login
 | 
			
		||||
 | 
			
		||||
    mkdir -p $HOME/.ssh/keys
 | 
			
		||||
    chmod 700 -R $HOME/.ssh/keys
 | 
			
		||||
 | 
			
		||||
    case $1 in
 | 
			
		||||
        sign)
 | 
			
		||||
            wx-ssh-sign
 | 
			
		||||
 
 | 
			
		||||
@@ -17,10 +17,6 @@ wx-ssh-sign(){
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
wx-ssh-sign-create(){
 | 
			
		||||
    mkdir -p $HOME/.ssh/keys
 | 
			
		||||
    chmod 700 $HOME/.ssh/keys
 | 
			
		||||
    chmod 600 $HOME/.ssh/keys/*
 | 
			
		||||
 | 
			
		||||
    NAME=$1
 | 
			
		||||
    ROLE=$2
 | 
			
		||||
    PRINCIPALS=$2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user