Skip to content

Commit

Permalink
rm getShell()
Browse files Browse the repository at this point in the history
Signed-off-by: ANS-UXI <[email protected]>
  • Loading branch information
unsuman committed Jan 22, 2025
1 parent ace89d5 commit b6f2e09
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/agent/ssh/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@ func (s *Server) handleNonPty(session ssh.Session) {
}
}

func (s *Server) getShell() string {
return "sh"
}

func (s *Server) sftpHandler(session ssh.Session) {
debugStream := io.Discard
serverOptions := []sftp.ServerOption{
Expand Down

0 comments on commit b6f2e09

Please sign in to comment.