Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For usability, ssh.exe could put in remote host info on the console prompt #6

Closed
manojampalam opened this issue Oct 8, 2015 · 2 comments

Comments

@manojampalam
Copy link
Contributor

ssh.exe user@target
c:\users\user>

The above prompt could be
ssh@target c:\users\user>

quamrulmina added a commit that referenced this issue Oct 13, 2015
Usability improvement fix ( issue #6 ). sshd.exe puts remote user and
host info on the console prompt. user@target $P$G is set as cmd.exe
PROMPT via environment variable.
@quamrulmina
Copy link
Contributor

Improved the code and ssh users will see user@target c:\users\user as the cmd shell prompt for ssh sessions to our server. Code checked into GitHub. Please verify and see if meets the usability suggestion. Fix is in sshd.exe .

@manojampalam
Copy link
Contributor Author

Validated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants