Deutsch   English   Français   Italiano  
<ssqsud$efs$1@gioia.aioe.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!aioe.org!299gYy2nqWB43X4cCBV6zg.user.46.165.242.91.POSTED!not-for-mail
From: Matthieu <matthieu@x.localhost>
Newsgroups: fr.comp.os.linux.configuration
Subject: Re: openssh
Date: Wed, 26 Jan 2022 08:23:57 +0100
Organization: Aioe.org NNTP Server
Message-ID: <ssqsud$efs$1@gioia.aioe.org>
References: <20220126074734.0ae5885b@debian>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Injection-Info: gioia.aioe.org; logging-data="14844"; posting-host="299gYy2nqWB43X4cCBV6zg.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
X-Notice: Filtered by postfilter v. 0.9.2
Bytes: 1457
Lines: 19

Le 26.01.2022 =C3=A0 07:47 Pat Pato a =C3=A9crit:
> Quel peut bien =C3=AAtre l'int=C3=A9r=C3=AAt de secure shell, autrement d=
it ssh, pour
> l'utilisation par exemple de github? La ligne de commande n'est en
> effet pas prise en charge.
>=20
> Quelle op=C3=A9ration suis-je susceptible de pouvoir faire avec openssh?=
=20

ssh est plus qu'un shell, c'est un protocole de transport qui permet de
v=C3=A9hiculer diverses choses. Au-del=C3=A0 d'une session shell interactiv=
e, il
permet notamment de r=C3=A9aliser:

- des transferts de fichiers (sftp, scp)
- des synchronisations de code source (git, svn+ssh://)
- des synchronisations de fichiers (rsync)

Matthieu