'Multiple processes running bash on a ssh server

When I run the "ps" command, I can see all the processes I'm running, but for some reason, there are two identical processes(except for the PID ofc) running bash, I know about the parent and child process, but I think there shouldn't be two identical processes, especially running bash. Can someone explain to me why this is happening?

Processes I'm running

ps -ef | grep "a105448".com/kf6hN.jpg



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source