Savoir son ip

Quoi installler?

sudo apt-get install openssh-server openssh-client

Connexion en ligne de commande

ssh -X server@192.168.0.12 -p numeroduport

Connexion avec nautilus

Dans “emplacement”, taper:

ssh://login@adresseip:port/home/login

exemple:

ssh://toto@192.168.0.12:300/home/toto/website1

Configuration du fichier

gksudo gedit /etc/ssh/sshd_config
PermitRootLogin no
MaxStartups 2:50:4
AllowUsers tata@88.176.124.69 toto@88.176.124.69

Utilisation de SCP

On se connecte: ssh -X toto@192.168.0.12 -p numeroport

On passe en root: sudo su

On transfère vers tata: scp -r -p -P numeroport /home/toto/hebergement tata@88.176.xxx.69:/home/toto

aide_ssh.txt · Dernière modification: 2008/04/10 15:24 par admin
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0