If I typo my username when ssh-ing, is there a way to go back and change it?

24

1

When ssh-ing using putty, I sometimes mistype my username, and hit Enter before I realise my mistake. Once prompted for a password, is there a way to go back and re-enter my username rather than having to close the console and open a new one?

Cam Jackson

Posted 2011-05-06T03:14:21.607

Reputation: 2 267

Answers

8

My current keyboard-only method for this, using Putty Connection Manager:

Ctrl+U:         Duplicate session
Ctrl+Shift+Tab: Back to tab with incorrect username
Ctrl+D:         Close tab with incorrect username
Ctrl+Tab:       Back to new tab, re-enter username

Cam Jackson

Posted 2011-05-06T03:14:21.607

Reputation: 2 267

+1 Sadly though this does not work on Putty, still looking for a "mouseless" solution there ^^ – Levite – 2014-07-18T09:02:53.023

8

You can right click on the title bar of putty and select "Duplicate Session". This opens up a new window with the same settings, letting you re-enter a username and password. This works assuming that you did not specify a user name in the putty host name configuration (using just the hostname instead of user@hostname). This might not be exactly what your looking for but it's better than re-opening and setting up putty from scratch.

James T

Posted 2011-05-06T03:14:21.607

Reputation: 8 515

1This is another useful tip, and would save me from reopening putty from scratch. However, I'm already using putty connection manager (tabbed putty!), so my current process is to just load the connection again from the list on the RHS. I was hoping for a keyboard shortcut so that I wouldn't have to reach for my mouse. Thanks anyway! – Cam Jackson – 2011-05-09T02:51:56.250

2

The Simple way would be to enter Ctrl+C which would close the session. Then right click and restart the session.

The advantage on this would be that you don't need to open a duplicate session / window.

Anand Builders

Posted 2011-05-06T03:14:21.607

Reputation: 21

I use Linux now but from my Windows days I recall PuTTY may close the window while closing the session. There is an option to keep the window open. – Kamil Maciorowski – 2017-01-04T22:03:45.210