GuoLi
9/13/2018 - 3:19 PM

ssh config file

ssh config file

Host ubuntu
    Hostname localhost
    Port 2222
    User vagrant
    IdentityFile ~/vagrant/ubuntu1604/.vagrant/machines/default/virtualbox/private_key
    RemoteForward 1080 localhost:1080