How can I load * .profile in unix?
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 993
- Avg merge
- 9d 21h
- Merged PRs (30d)
- 1
Description
Hello, I am using SSH.net to connect to a unix server, it works very well, but I have a problem, when trying to execute the following command
sqr -RS file.sqr username / password
It sends me an error since it does not recognize sqr as a valid command.
This is because when logging in with ssh.net it does not load the * .profile of the user who is logging on.
Can you tell me what can I do?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing SSH.NET's remote command and shell-session behavior, focusing on how commands are executed when connecting to a Unix server. Determine whether the requested behavior belongs in SSH.NET or in the caller's command setup; done means establishing a supported way to make sqr available or clearly documenting the limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, shell
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100