Home‎ > ‎Scripting‎ > ‎Bash‎ > ‎

ssh



ssh config

change default ssh username
cat ~/.ssh/config 
HOST * 
    USER me






Comments