Skip to content

Commit

Permalink
Added SSH client question to VVI/FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
vedranmiletic committed Sep 28, 2023
1 parent 4e07255 commit 486d544
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/hr/vrlo-vazne-informacije/cesto-postavljana-pitanja.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,23 @@ Oko ovog pitanja u [javnom](https://sh.wikipedia.org/wiki/Dizela%C5%A1i) [diskur

GASERI ne nude pristup putem [SSH](https://www.openssh.com/), već samo putem [SSHH..](https://youtu.be/Fs96WfdspEk)

## Koristite li onda barem SSH klijent?

Naravno. Kao dokaz prilažemo sadržaj naše konfiguracijske datoteke `.ssh/config`:

``` shell
$ cat .ssh/config
Host 😎.miletic.net
RemoteCommand /usr/local/bin/gas
```

Ovdje je i sadržaj naše datoteke `.ssh/known_hosts`:

``` shell
$ cat .ssh/known_hosts
kristina.host ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLbqkvnOXPufdOKK1YJHK9br1xbCHeLt5bleW80QeHh0e4CzrBMZ4m6hKMViwHLWUledLuaqbArxxUiGenp25rY=
```

## Sponzorira li vas [Caterpillar](https://www.caterpillar.com/)?

Trenutno ne, ali smo uvijek otvoreni za suradnju. Primjerice, dobro bi nam došao [viličar](https://www.caterpillar.com/en/brands/cat-lift-trucks.html) za furati servere od laboratorija do podatkovnog centra i nazad.
Expand Down

0 comments on commit 486d544

Please sign in to comment.