UD3-Lab / mintEMU

mintEMU - The Legacy of the European Postgraduate Master in Urbanism at TU Delft: A Text Mining Approach
Other
1 stars 0 forks source link

Configure SSH tunneling for easy shiny server access #141

Closed alwil closed 1 year ago

alwil commented 1 year ago
cforgaci commented 1 year ago

I followed the steps in the documentation, but I still do not have access permission from bastion to the mintemu server.

alwil commented 1 year ago

@cforgaci , you can try adding the following line to the .ssh/config file on your local machine: IdentityFile ~/.ssh/<key_to_be_used>

Here's how it look like for me now ( I named the ssh key mint):

Host mintemu
        HostName mintemu_shiny.bk.tudelft.nl
        User awilczynski
        ProxyCommand ssh bastion -W %h:%p
        IdentityFile ~/.ssh/mint

It worked like a charm for me!

cforgaci commented 1 year ago

note that copying works only to ~ on the server, then copy from there to the target directory

cforgaci commented 1 year ago

Issue solved. Closing.