Запрет пользователю выходить из домашнего каталога

Автор Tesla, 17 января 2015, 22:24:14

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

ihammers

Как вы можете заметить, то вывод логов для удачного и неудачного соединения одинаков, если не считать отличия в PID и времени.
Добавляйте ключ -v в команду для scp и смотрите вывод. Изменяли ли правила iptables?
Debian GNU/Linux Bookworm, LXQt/OpenBox: AMD Ryzen 5 5600G / 64Gb RAM
_______________________________
Debian GNU/Linux Bookworm, без графики: AMD Phenon X4 / 16Gb RAM
_______________________________
Debian GNU/Linux Bookworm, LXQt/OpenBox: Acer Aspire One 722 AMD C60 / 8Gb RAM / ATI HD6290

Tesla


root@S3:# scp -v text.tx myuser@196.00.00.02:~/backUp/
Executing: program /usr/bin/ssh host 196.00.00.02, user myuser, command scp -v -t ~/backUp/
OpenSSH_6.0p1 Debian-4+deb7u2, OpenSSL 1.0.1e 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to 196.00.00.02 [196.00.00.02] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: identity file /root/.ssh/id_ecdsa type -1
debug1: identity file /root/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.0p1 Debian-4+deb7u2
debug1: match: OpenSSH_6.0p1 Debian-4+deb7u2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.0p1 Debian-4+deb7u2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA b3:e3:ce:a7:71:c4:b7:15:7b:69:d6:d9:e1:0c:81:e9
debug1: Host '196.00.00.02' is known and matches the ECDSA host key.
debug1: Found key in /root/.ssh/known_hosts:1
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /root/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 279
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).
Authenticated to 196.00.00.02([196.00.00.02]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = ru_UA.UTF-8
debug1: Sending command: scp -v -t ~/backUp/
This service allows sftp connections only.
root@S3:# debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
Transferred: sent 2728, received 1968 bytes, in 0.0 seconds
Bytes per second: sent 107727.5, received 77715.4
debug1: Exit status 1


Нет, iptables не устанавливал.

Tesla

Если мое сообщения не удалять за давностью данной темы. Хотел спросить, как рекомендовали, поставил rsync.
Попытался передать файл со всеми выше сказанными настройкой (запрет пользователю выходить за пределы своего домашнего каталога) и выдает ошибку:
Я что-то сделал не так?
rsync -av ssh index.txt test1@196.0.0.01:/home/test1/tmp/
test1@196.0.0.01's password:
protocol version mismatch -- is your shell clean?
(see the rsync man page for an explanation)
rsync error: protocol incompatibility (code 2) at compat.c(174) [sender=3.0.9]

endru

Цитата: Tesla от 06 августа 2015, 17:23:05rsync -av ssh index.txt test1@196.0.0.01:/home/test1/tmp/
для использования ssh используют ключ -e ssh

Tesla

root@Web:/home/TMP# rsync -e ssh index.txt test1@196.0.0.1:/home/test1/tmp/
test1@196.0.0.1's password:
protocol version mismatch -- is your shell clean?
(see the rsync man page for an explanation)
rsync error: protocol incompatibility (code 2) at compat.c(174) [sender=3.0.9]

Tesla

Подскажите пожалуйста, стою за шаг от своей цели и не могу дойти

endru

на машине 196.0.0.1 у пользователя test1 ты правил ~/.profile ~/.bashrc ?

Tesla