add ssh user in ispconfig3

Discussion in 'ISPConfig 3 Priority Support' started by Tom John, Apr 28, 2020.

  1. Tom John

    Tom John Active Member HowtoForge Supporter

    Hi guys,
    i installed a ssh user for a website with ispconfig3.1
    when i access via ssh i can not see the folder web and i cannot see the index.html

    Code:
    web11@server3:~$ ls -la
    total 12
    drwxr-x--- 3 web11 client1 4096 Apr 28 19:55 .
    drwxr-xr-x 3 root  root    4096 Apr 28 19:55 ..
    -rwxr-x--- 1 web11 client1    0 Apr 28 19:55 .bash_history
    -rw-r--r-- 1 web11 client1    0 Apr 28 19:55 .profile
    drwx------ 2 web11 client1 4096 Apr 28 19:55 .ssh
    web11@server3:~$ 
    
    actually i should see at least the index.html
    the domain is skafos.net and as i see there is an index.html but i cannot see it.
    Maybe you can help me with this matter?
    thanks a lot
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    when you login, then you are in the home directory of that shell user, to go to the web directory, enter:

    cd ../../web/
     
    Th0m likes this.
  3. Tom John

    Tom John Active Member HowtoForge Supporter

    Thanks so much for your help
    it works
    have a nice evening ...
     

Share This Page