Skip to content
Snippets Groups Projects
ssh.sh 190 B
Newer Older
Recolic Keghart's avatar
Recolic Keghart committed
#!/bin/sh
#echo 'Use password r4e8kWpeFC'
#ssh vsftpd@localhost -p 16161
sshpass -p r4e8kWpeFC ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no  vsftpd@localhost -p 16161