### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps to reproduce When passing, `~` as part of a path, i.e. `-i ~\.ssh\example_key`, the path should resolve to the user's home directory. ### Expected behavior ```console For `user` it would resolve to - `C:\users\user\.ssh\example_user` ``` ### Actual behavior ```console For `user` the following error occurs - `tilde_expand: No such user \\.ssh\\example_key` ``` ### Error details _No response_ ### Environment data ```PowerShell Version 8.9 and above ``` ### Version 9.8.1.0 ### Visuals _No response_