Change defaut password

This commit is contained in:
gbaconni
2021-11-08 22:19:13 +01:00
parent 4ddbcfbc5f
commit 54f0a51ae2
4 changed files with 9 additions and 9 deletions

2
do.sh
View File

@@ -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'
}