Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • in the category Session, in the field Host Name (or IP address) you are required to enter <korisnik <username>@keybella.srce.hr,
  • in the category Connection→SSH→Auth, in the field Private key file for authentification, enter (or browse to) the path to your private key (.ppk),
  • in the category Connection→SSH→Tunnels, in the field Source port enter 2222, and in the field Destination enter teran.srce.hr:22 and click Add,
  • click Open.

...

Code Block
languagetext
ssh <korisnik>@teran<username>@teran.srce.hr

... after which you are required to enter your password.

...

Code Block
languagetext
scp -P 2222 <korisnik>@localhost<username>@localhost:<remote-path>/<file> <local-path>

...