SSH How to switch between users on terminal? January 20, 2025JamesLeave a comment # whoami user1 # su - user2 Password: # whoami user2 # exit logout