SSH Flashcards
SSH manual
-4
en: Option, which forces ssh to use IPv4 addresses only.
hu: Opció, kényszírti az ssh klienst, hogy csak IPv4 címeket használjon.
-6
en: Option, which forces ssh to use IPv6 addresses only.
hu: Opció, kényszeríti az ssh klienst, hogy csak IPv6 címeket használjon.
-A
en: Enables forwarding of connections from an authentication agent such as ssh-agent(1). It can also be specified on a per-host basis in a configuration file.
hu: Lehetővé teszi kapcsolatok továbbítását egy autentikációs ügynöktől, mint az ssh-agent. Konfigurációs fájlban, akár hostonként is megadható.
-a
en: Disables forwarding of the authentication agent connection.
hu: Letiltja az autentikációs ügynök kapcsolatának a továbbítását.
-B bind-interface
en: Bind to the address of the bind-interface before attempting to connect to the destination host. This is useful only on system with more than one address.
hu: A bind-interface címéhez kötödik, mielőtt a kapcsolódik a kívánt hosthoz. Ez csak azokon a rendszereken hasznos, amelyik több címmel rendelkezik.
-b bind-address
en: Use bind-address on the local machine as the source address of the connection. Only useful on systems with more than one address.
hu: A bind-addresst használja a helyi gép forráscímének a kapcsolatnak. Azokon a rendszereken hasznos, amelyek több címmel rendelkeznek.
-C
en: Requests the compression of all data. The compression algorithm is the same as gzip. It is desirable on modem lines and other slow connections, but it will only slow down fast networks.
hu: Kéri az összes adat tömörítését. A tömörítő algoritmus ugyan az, mint a gzip. A tömörytés modemvonalakon és más lassú kapcsolatokokn kívánatos, a gyors hálózatokat csak lelassítja.
-c cipher spec
TODO