sshnet / sshnet/SSH.NET

How can I load * .profile in unix?

Open
#610 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.