nkosa427

Members
  • Posts

    2
  • Joined

  • Last visited

nkosa427's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hello, I am trying to run an SSH command that will login and then cd to a certain directory and keep the terminal window open. So far, I have tried several variations of: ssh -t root@<ip> "cd /foo/dir; bash --login" Unfortunately, it always will go back to the home ~ directory. Running ssh -t root@<ip> "cd /foo/dir; pwd" successfully prints the target directory so I know that the first part works, but the bash part must be where there's an issue. Does anyone have any insight into how I can get this working?
  2. I recently moved into a new place apartment and while I get a permanent internet connection sorted out, I have been using the building wifi. Is it possible to continue using this wifi connection on my computer while also being able to connect to my unraid server (connected by ethernet to a router/switch)?