/bin/bash is not launched when ssh putty is used

0

I can access to my rented server using SSH Putty. But when I launch Putty the /bin/bash is not activated (for instance, pressed up arrow is show like ^[[A - not last operation, etc.). How can I add /bin/bash to autostart when PuTTY is launched? OS Debian jessie.

Vyacheslav

Posted 2015-09-17T08:23:19.470

Reputation: 147

Answers

0

The answer was found in H.-Dirk Schmitt's answer over at Unix.SE

chsh -s /bin/bash

and relogin.

Vyacheslav

Posted 2015-09-17T08:23:19.470

Reputation: 147

I think you need just to logout and then login without restarting – karlacio – 2015-09-17T09:06:04.013

@karlacio , yes . you are right. – Vyacheslav – 2015-09-17T09:42:19.290

Which shell did you get by default if not bash? Is this for an ordinary user account or one of the system accounts? – RedGrittyBrick – 2015-09-17T10:04:51.787

@RedGrittyBrick, /bin/sh . new created user. – Vyacheslav – 2015-09-17T16:53:31.770