shinobi user configured for keylogin
All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good

This commit is contained in:
2025-06-11 09:38:24 -04:00
parent e82ba688eb
commit 73558cf551
15 changed files with 479 additions and 75 deletions

View File

@@ -64,6 +64,28 @@ Shinobi Academy Linux comes pre-installed with some interesting tools to enhance
**Experimenting with these tools is a great way to explore the possibilities of Linux.**
## Issues
when the container is bounced, the following error/warning is displayed. i want to avoid that as the containers will be bounced often.
```bash
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ED25519 key sent by the remote host is
SHA256:1mVaZmiBG+iX+aZxweT3zkZFnctabuzbeWQzojqNuJ4.
Please contact your system administrator.
Add correct host key in /home/shinobi/.ssh/known_hosts to get rid of this message.
Offending ED25519 key in /home/shinobi/.ssh/known_hosts:23
remove with:
ssh-keygen -f '/home/shinobi/.ssh/known_hosts' -R '[localhost]:2222'
Host key for [localhost]:2222 has changed and you have requested strict checking.
Host key verification failed.
```
## Conclusion:
By following these steps, you've successfully connected to Shinobi Academy Linux and begun your journey into the world of Linux. Use this platform to explore, experiment, and build your Linux skills!