author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Tue, 14 Aug 2012 16:20:34 +0300 | |
changeset 1359 | 9ea67efc1fac |
parent 1334 | 9bf0d5a1f0cf |
child 1382 | 9297a8f7e3f3 |
permissions | -rw-r--r-- |
1334
9bf0d5a1f0cf
Include common header with quick links.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1032
diff
changeset
|
1 |
.. -*- coding: utf-8; -*- |
9bf0d5a1f0cf
Include common header with quick links.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1032
diff
changeset
|
2 |
.. include:: HEADER.rst |
1002 | 3 |
|
4 |
=========== |
|
5 |
SSH/sshd. |
|
6 |
=========== |
|
1032
4decc3e00bb6
Fix coding and contents.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1002
diff
changeset
|
7 |
.. contents:: |
1002 | 8 |
|
9 |
Maintaining key pair. |
|
10 |
===================== |
|
11 |
:: |
|
12 |
||
13 |
$ ssh-keygen -t dsa # for DSA |
|
14 |
$ ssh-keygen -t rsa # for RSA |
|
15 |
$ ssh-keygen -t dsa -C comment # put own comment instead user@host |
|
16 |
$ ssh-keygen -t dsa -f my_dsa_key # store priv key under my_dsa_key |
|
17 |
# and pub key under my_dsa_key.pub |
|
18 |
||
19 |
$ ssh-keygen -y -f my_dsa_key # recover pub key from priv |
|
20 |
||
21 |
$ ssh-keygen -p -N "newphrase" -P "oldphrase" -f ~/.ssh/id_dsa |
|
22 |
# change passphrase of priv key |
|
23 |
||
24 |
$ ssh $user@$host cat ">>" "~/.ssh/authorized_keys" <~/.ssh/id_rsa.pub |
|
25 |
# public pub key on remote host |
|
26 |
||
27 |
Shell login. |
|
28 |
============ |
|
29 |
:: |
|
30 |
||
31 |
$ ssh $user@$host |
|
32 |
$ ssh $user@$host:$port |
|
33 |
||
34 |
$ ssh -i ~/.ssh/my_dsa_key $user@$host |
|
35 |
||
36 |
or:: |
|
37 |
||
38 |
$ ssh -l $user $host |
|
39 |
$ ssh -l $user $host:$port |
|
40 |
||
41 |
X session. |
|
42 |
========== |
|
43 |
:: |
|
44 |
||
45 |
$ ssh -X $user@$host |
|
46 |
||
47 |
Multiply private keys. |
|
48 |
====================== |
|
49 |
||
50 |
ssh try use all listen keys:: |
|
51 |
||
52 |
$ ssh -i ./priv1 -i ./priv2 $user@$host |
|
53 |
||
54 |
or place in ~/.ssh/config:: |
|
55 |
||
56 |
Host * |
|
57 |
IdentityFile ~/.ssh/identity # standard search path for protocol ver. 1 |
|
58 |
IdentityFile ~/.ssh/id_dsa # standard search path for RSA key protocol ver. 2 |
|
59 |
IdentityFile ~/.ssh/id_rsa # standard search path for DSA key protocol ver. 2 |
|
60 |
IdentityFile ~/.ssh/my_dsa |
|
61 |
IdentityFile ~/.ssh/another_dsa |
|
62 |
||
63 |
or per host private key:: |
|
64 |
||
65 |
Host host1 # alias, that user provide at CLI |
|
66 |
HostName host1.example.com # real host name to log into |
|
67 |
User iam |
|
68 |
IdentifyFile ~/.ssh/iam_priv_dsa |
|
69 |
Host host2 # alias, that user provide at CLI |
|
70 |
HostName 192.168.1.2 # real host IP to log into |
|
71 |
User admin |
|
72 |
IdentifyFile ~/.ssh/admin_priv_dsa |
|
73 |
||
74 |
Installing sshd on Cygwin. |
|
75 |
========================== |
|
76 |
||
77 |
* Install base packages and openssh. |
|
78 |
* Set CYGWIN env var to 'binmode tty ntsec'. |
|
79 |
* Create Windows user. |
|
80 |
* Recreate /etc/passwd:: |
|
81 |
$ mkpasswd -l -u user >>/etc/passwd |
|
82 |
or:: |
|
83 |
$ mkpasswd -l >/etc/passwd |
|
84 |
||
85 |
* Register sshd:: |
|
86 |
$ mkdir -p /home/user |
|
87 |
$ ssh-host-config -y |
|
88 |
* Start:: |
|
89 |
$ net start sshd |
|
90 |
or:: |
|
91 |
$ cygrunsrv -S sshd |
|
92 |
||
93 |
* Check from remote host:: |
|
94 |
$ ssh $gygwin_host -l user |
|
95 |
||
96 |
To stop service use:: |
|
97 |
||
98 |
$ net stop sshd |
|
99 |
||
100 |
or:: |
|
101 |
||
102 |
$ cygrunsrv -E sshd |
|
103 |
||
104 |
Запускаем SSH server на правах произвольного пользователя. |
|
105 |
---------------------------------------------------------- |
|
106 |
||
107 |
* Создаем пользователя, например с именем user, задаем ему пароль, |
|
108 |
права (т.е. в какие группы будет входить) и т.д., пользователя не блокируем. |
|
109 |
* В консоле MMC добавляем оснастку "Параметры безопасности.". Модифицируем параметры: |
|
110 |
||
111 |
"Параметры безопасности."->"Локальные политики."->"Назначение прав пользователя." |
|
112 |
->"Вход в качестве службы."->добавить 'user'. |
|
113 |
||
114 |
"Параметры безопасности."->"Локальные политики."->"Назначение прав пользователя." |
|
115 |
->"Отклонить локальный вход."->удалить 'user' (если был установлен). |
|
116 |
||
117 |
XXX "Принудительное удаленнон завершение." |
|
118 |