- Open SSH from Putty
plink -agent -ssh A.119-devop
- SSH Passphrase MinGW (Git Bash for Windows)Working with SSH key passphrases – User Documentation
- RSA Key on MinGW (Git bash for Windows)ssh – How do I tell Git for Windows where to find my…
- Use MinGW at Hyper:
shell: 'C:\\Program Files\\Git\\bin\\bash.exe',
- Clean Screen
alias cls='printf "\033c"'
Folder Write Permissions
sudo chmod -R o+rw public/temp;
SSH Tonel
ssh -L 3316:localhost:3306 boris@162.242.142.135