try
printf >>~git/.ssh/authorized_keys \n
once
debug2: we did not send a packet, disable method
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/user/.ssh/id_rsa RSA SHA256:MCf5Kz0FcKSg/EDQ7BizkCTWZWMdaYECq6KN0DBYFa4 agent
debug3: send packet: type 50
debug2: we sent a publickey packet, wait for reply
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Trying private key: /home/user/.ssh/id_dsa
debug3: no such identity: /home/user/.ssh/id_dsa: No such file or directory
debug1: Trying private key: /home/user/.ssh/id_ecdsa
debug3: no such identity: /home/user/.ssh/id_ecdsa: No such file or directory
debug1: Trying private key: /home/user/.ssh/id_ecdsa_sk
debug3: no such identity: /home/user/.ssh/id_ecdsa_sk: No such file or directory
debug1: Trying private key: /home/user/.ssh/id_ed25519
debug3: no such identity: /home/user/.ssh/id_ed25519: No such file or directory
debug1: Trying private key: /home/user/.ssh/id_ed25519_sk
debug3: no such identity: /home/user/.ssh/id_ed25519_sk: No such file or directory
debug1: Trying private key: /home/user/.ssh/id_xmss
debug3: no such identity: /home/user/.ssh/id_xmss: No such file or directory
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password
debug1: Next authentication method: password
git@localhost’s password:
No, it’s here

debug3: mm_answer_keyallowed: publickey authentication test: RSA key is not allowed
https://www.pcgamer.com/musician-turns-windows-95-into-a-chiptune-album-on-an-actual-sega-genesis-cart/
Extreme dedication to the (16-)bit.
debug3: mm_answer_keyallowed: publickey authentication test: RSA key is not allowed
yes as i said u have a include.only auth mechs of.bs
debug3: mm_answer_keyallowed: publickey authentication test: RSA key is not allowed
do you have config file in your .ssh folder?
what does the logs say
ew stop
Charity for Cholangiocarcinoma, to help more people like Stefan:
https://www.justgiving.com/ammf
Original Video: https://www.facebook.com/WeAreNumberOneLiveEvent/videos/551909668347068/
The cast who performed the song We Are Number One from Lazy Town TV show are coming together for this event only. Stefan Karl the actor who portrayed Robbie Rotten in Lazy Town is fighting cancer and has received lots of support from his fans worldwide. This event is set up with the actors involved to give back to the community that so madly enjoys the meme sensation of the ‘We Are Number One’ song.
~ $ systemctl start sshd
~ $ systemctl status sshd
● sshd.service – OpenSSH server daemon
Loaded: loaded (/usr/lib/systemd/system/sshd.service; disabled; vendor preset: disabled)
Active: active (running) since Thu 2022-08-18 16:09:08 MSK; 9s ago
Docs: man:sshd(8)
man:sshd_config(5)
Main PID: 12703 (sshd)
Tasks: 1 (limit: 38392)
Memory: 1.3M
CPU: 10ms
CGroup: /system.slice/sshd.service
└─ 12703 “sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups”
авг 18 16:09:08 fedora systemd[1]: Starting sshd.service – OpenSSH server daemon…
авг 18 16:09:08 fedora sshd[12703]: Server listening on 0.0.0.0 port 22.
авг 18 16:09:08 fedora sshd[12703]: Server listening on :: port 22.
авг 18 16:09:08 fedora systemd[1]: Started sshd.service – OpenSSH server daemon.
~ $ ssh git@127.0.0.1
git@127.0.0.1’s password:
~ $ systemctl status sshd
● sshd.service – OpenSSH server daemon
Loaded: loaded (/usr/lib/systemd/system/sshd.service; disabled; vendor preset: disabled)
Active: active (running) since Thu 2022-08-18 16:09:08 MSK; 16s ago
Docs: man:sshd(8)
man:sshd_config(5)
Main PID: 12703 (sshd)
Tasks: 1 (limit: 38392)
Memory: 1.3M
CPU: 33ms
CGroup: /system.slice/sshd.service
└─ 12703 “sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups”
авг 18 16:09:08 fedora systemd[1]: Starting sshd.service – OpenSSH server daemon…
авг 18 16:09:08 fedora sshd[12703]: Server listening on 0.0.0.0 port 22.
авг 18 16:09:08 fedora sshd[12703]: Server listening on :: port 22.
авг 18 16:09:08 fedora systemd[1]: Started sshd.service – OpenSSH server daemon.
авг 18 16:09:23 fedora sshd[12730]: Connection closed by authenticating user git 127.0.0.1 port 36502 [preauth]
~ $ sudo /sbin/sshd
~ $ ssh git@127.0.0.1
Last login: Thu Aug 18 16:08:22 2022 from 127.0.0.1
[git@fedora ~]$
I’m trying to create git ssh server
make a git user, add credentials to ~git/.ssh/authorized_keys, starts sshd, profit
Already made this
~ $ sudo /sbin/sshd
~ $ ssh git@127.0.0.1
Last login: Thu Aug 18 16:08:22 2022 from 127.0.0.1
[git@fedora ~]$
See here, it works