6 kernel whenever i connect serial to embedded device?

|
thecatvoid 2022-08-18 10:16:00
K11M1 2022-08-18 10:14:07
nah, i don’t use widnows

no i mean you sent his own msg to him

K11M1 2022-08-18 10:16:36
thecatvoid 2022-08-18 10:16:00
no i mean you sent his own msg to him

he asked us to do that ¯_(ツ)_/¯

thecatvoid 2022-08-18 10:17:01
lol yea ‘pls tell me’
K11M1 2022-08-18 10:18:11
thecatvoid 2022-08-18 10:17:01
lol yea ‘pls tell me’

i just went with it ¯_(ツ)_/¯

djdisodo1 2022-08-18 10:27:00
why it’s always nasty 2.6 kernel whenever i connect serial to embedded device?
K11M1 2022-08-18 10:31:22
djdisodo1 2022-08-18 10:27:00
why it’s always nasty 2.6 kernel whenever i connect serial to embedded device?

nasty?

djdisodo1 2022-08-18 10:31:43
with bunch of boot errors and outdated kernel
djdisodo1 2022-08-18 10:32:05
why 2.6
K11M1 2022-08-18 10:32:13
cuz it’s old?
djdisodo1 2022-08-18 10:33:11
it’s kinda old but 2.6 kernel is way old
K11M1 2022-08-18 10:34:49
maybe just no one bothered to optimize newer core… idk
alexmb7 2022-08-18 11:00:58
djdisodo1 2022-08-18 10:27:00
why it’s always nasty 2.6 kernel whenever i connect serial to embedded device?

cheap old, new expensive is else

Streicherishere 2022-08-18 11:12:48
Does Someone know a good book about kubernetes?
alexmb7 2022-08-18 11:18:55
linux_group-1394301.jpg

min 2022-08-18 11:42:16
Hi, how to connect to the ssh server by key?
~ $ ls -la
drwx——. 1 user user 84 авг 18 11:07 .ssh
~ $ ls -l .ssh
-rw——-. 1 user user 2602 авг 18 10:51 id_rsa
-rw-r–r–. 1 user user 566 авг 18 10:51 id_rsa.pub
-rw——-. 1 user user 825 авг 18 11:07 known_hosts
~ $ cat .ssh/id_rsa.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMaZw178eMsc+IU6viDW6wsMi86hTwFyu/on+MIUOgFeuA3TuW1QfI1+6lOVknnntCyabFGRo4rS/2FPpYzAymuZhAh6Pzv4K6nPpOP9OPBCTHCoRr73xDx0+PeOFgx8ZwuYmD8+2tBV50wPNOCmkdFDuQNOIh44y2zO6t9xW9huThxu8fbpuewdcriQq/wnkDLSUi7p+77byFcmi7RsgXy3li81U+VVNB0cI5eV7E/FCJg5+OETvsUVGfhZALf3q3aRIXraFVz4Fduu9dAsfJ1FE6XloYjFVbT50WbB9yxtoqKV4sStnjqkM6stoHvfdX7dp/Gy9YXfahjYTYiDhMZVM/BID8W4lfAfINNBYUEHL04vtOp6gprF43SeOFYC0q48SYXl9NKSWXxy3uh/cTWEpk8RgCAQb/2enplfHEdtgZHvWZMGCrIt+MTVLlYPP0LSK2A9meCPBdY7cja9x1Xs9wGejbgbVXSMyf7ZB+s2I/4FdbiJw/3V4ljlnQDFM= user@fedora
~ $ sudo su – git
[sudo] пароль для user:
[git@fedora ~]$ ls -la
drwx——. 1 git git 30 авг 18 11:35 .ssh
[git@fedora ~]$ ls -l .ssh
-rw——-. 1 git git 566 авг 18 10:55 authorized_keys
[git@fedora ~]$ cat .ssh/authorized_keys
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMaZw178eMsc+IU6viDW6wsMi86hTwFyu/on+MIUOgFeuA3TuW1QfI1+6lOVknnntCyabFGRo4rS/2FPpYzAymuZhAh6Pzv4K6nPpOP9OPBCTHCoRr73xDx0+PeOFgx8ZwuYmD8+2tBV50wPNOCmkdFDuQNOIh44y2zO6t9xW9huT
hxu8fbpuewdcriQq/wnkDLSUi7p+77byFcmi7RsgXy3li81U+VVNB0cI5eV7E/FCJg5+OETvsUVGfhZALf3q3aRIXraFVz4Fduu9dAsfJ1FE6XloYjFVbT50WbB9yxtoqKV4sStnjqkM6stoHvfdX7dp/Gy9YXfahjYTYiDhMZVM/BID8W4lfAfINNBYUEHL04vtOp6gprF43SeOFYC0q48SYXl9NKSWXxy3uh/cTWEpk8RgCAQb/2enplfHEdtgZHvWZMGCrIt+MTVLlYPP0LSK2A9meCPBdY7cja9x1Xs9wGejbgbVXSMyf7ZB+s2I/4FdbiJw/3V4ljlnQDFM= user@fedora
~ $ systemctl restart sshd
~ $ ssh git@localhost
git@localhost’s password:
alexmb7 2022-08-18 11:57:36
min 2022-08-18 11:42:16
Hi, how to connect to the ssh server by key?
~ $ ls -la
drwx——. 1 user user 84 авг 18 11:07 .ssh
~ $ ls -l .ssh
-rw——-. 1 user user 2602 авг 18 10:51 id_rsa
-rw-r–r–. 1 user user 566 авг 18 10:51 id_rsa.pub
-rw——-. 1 user user 825 авг 18 11:07 known_hosts
~ $ cat .ssh/id_rsa.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMaZw178eMsc+IU6viDW6wsMi86hTwFyu/on+MIUOgFeuA3TuW1QfI1+6lOVknnntCyabFGRo4rS/2FPpYzAymuZhAh6Pzv4K6nPpOP9OPBCTHCoRr73xDx0+PeOFgx8ZwuYmD8+2tBV50wPNOCmkdFDuQNOIh44y2zO6t9xW9huThxu8fbpuewdcriQq/wnkDLSUi7p+77byFcmi7RsgXy3li81U+VVNB0cI5eV7E/FCJg5+OETvsUVGfhZALf3q3aRIXraFVz4Fduu9dAsfJ1FE6XloYjFVbT50WbB9yxtoqKV4sStnjqkM6stoHvfdX7dp/Gy9YXfahjYTYiDhMZVM/BID8W4lfAfINNBYUEHL04vtOp6gprF43SeOFYC0q48SYXl9NKSWXxy3uh/cTWEpk8RgCAQb/2enplfHEdtgZHvWZMGCrIt+MTVLlYPP0LSK2A9meCPBdY7cja9x1Xs9wGejbgbVXSMyf7ZB+s2I/4FdbiJw/3V4ljlnQDFM= user@fedora
~ $ sudo su – git
[sudo] пароль для user:
[git@fedora ~]$ ls -la
drwx——. 1 git git 30 авг 18 11:35 .ssh
[git@fedora ~]$ ls -l .ssh
-rw——-. 1 git git 566 авг 18 10:55 authorized_keys
[git@fedora ~]$ cat .ssh/authorized_keys
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMaZw178eMsc+IU6viDW6wsMi86hTwFyu/on+MIUOgFeuA3TuW1QfI1+6lOVknnntCyabFGRo4rS/2FPpYzAymuZhAh6Pzv4K6nPpOP9OPBCTHCoRr73xDx0+PeOFgx8ZwuYmD8+2tBV50wPNOCmkdFDuQNOIh44y2zO6t9xW9huT
hxu8fbpuewdcriQq/wnkDLSUi7p+77byFcmi7RsgXy3li81U+VVNB0cI5eV7E/FCJg5+OETvsUVGfhZALf3q3aRIXraFVz4Fduu9dAsfJ1FE6XloYjFVbT50WbB9yxtoqKV4sStnjqkM6stoHvfdX7dp/Gy9YXfahjYTYiDhMZVM/BID8W4lfAfINNBYUEHL04vtOp6gprF43SeOFYC0q48SYXl9NKSWXxy3uh/cTWEpk8RgCAQb/2enplfHEdtgZHvWZMGCrIt+MTVLlYPP0LSK2A9meCPBdY7cja9x1Xs9wGejbgbVXSMyf7ZB+s2I/4FdbiJw/3V4ljlnQDFM= user@fedora
~ $ systemctl restart sshd
~ $ ssh git@localhost
git@localhost’s password:

copy .pub to authorized_keys
and chmod 600 it

alexmb7 2022-08-18 11:57:40
in .ssh
alexmb7 2022-08-18 11:57:53
no need.to.restart sshd
alexmb7 2022-08-18 11:59:25
yes
alexmb7 2022-08-18 11:59:35
and next keys u cat >>
alexmb7 2022-08-18 11:59:38
so i mean
alexmb7 2022-08-18 12:00:06
cd .ssh ; cat a.pub >>authorized_keys
alexmb7 2022-08-18 12:00:20
then for many keys just same, append
alexmb7 2022-08-18 12:00:28
and chmod 600 the auth file
min 2022-08-18 12:09:06
alexmb7 2022-08-18 11:59:25
yes

I want login into git@localhost (<git home>/.ssh/authorized_keys created), but I need /home/user/.ssh/authorized_keys too?

alexmb7 2022-08-18 12:10:22
no
alexmb7 2022-08-18 12:10:27
ony git
alexmb7 2022-08-18 12:10:36
and chown git. the auth file
alexmb7 2022-08-18 12:10:39
git.git
alexmb7 2022-08-18 12:10:49
and the .ssh dir also
alexmb7 2022-08-18 12:10:53
that chown 700
alexmb7 2022-08-18 12:11:02
then try sshing
min 2022-08-18 12:12:27
alexmb7 2022-08-18 12:11:02
then try sshing

Already done.
Found ssh verbose mode:
debug1: Next authentication method: publickey
debug1: Offering public key: /home/user/.ssh/id_rsa RSA SHA256:MCf5Kz0FcKSg/EDQ7BizkCTWZWMdaYECq6KN0DBYFa4 agent
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Trying private key: /home/user/.ssh/id_dsa
debug1: Trying private key: /home/user/.ssh/id_ecdsa
debug1: Trying private key: /home/user/.ssh/id_ecdsa_sk
debug1: Trying private key: /home/user/.ssh/id_ed25519
debug1: Trying private key: /home/user/.ssh/id_ed25519_sk
debug1: Trying private key: /home/user/.ssh/id_xmss
debug1: Next authentication method: password

alexmb7 2022-08-18 12:13:17
u need user/files
alexmb7 2022-08-18 12:13:20
not auth there
|