Change defaut password
This commit is contained in:
2
do.sh
2
do.sh
@@ -8,7 +8,7 @@ ssh_clean ()
|
||||
ssh_exec ()
|
||||
{
|
||||
login=$(git config user.name || echo $USER)
|
||||
export SSHPASS="${SSHPASS-Born2beRoot}"
|
||||
export SSHPASS="${SSHPASS-Born2beWild}"
|
||||
./ssh.exp -p 4242 ${login}@127.0.0.1 $@ 2>&1 \
|
||||
| grep -v -i -e '^Warning: Permanently added' -e ' password:' -e '^spawn ssh'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user